From f20c12e50806b225fa217a4a255981a732b4ebd3 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Thu, 28 Sep 2023 13:02:00 +1000 Subject: [PATCH] Fix spell check (#287) --- .cspell.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.cspell.json b/.cspell.json index 11d5e88..e2e3512 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1,12 +1,17 @@ { "words": [ + "autogen", + "autotools", "bdwgc", + "cflag", "dealloc", "finalizer", "gcollect", + "libatomic", "libc", "realloc", "repr", + "rustc", "stackbottom", "unregisters" ]