From 9c195424b7e72c9111e7bd23ed762adc97695e94 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Sat, 7 Sep 2024 10:35:26 -0700 Subject: [PATCH 1/2] chore: suspicious c++ code --- speller/main/build-dictionary.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speller/main/build-dictionary.cc b/speller/main/build-dictionary.cc index 96881f99..99ec0992 100644 --- a/speller/main/build-dictionary.cc +++ b/speller/main/build-dictionary.cc @@ -22,7 +22,7 @@ const list common_words{ "think", "this", "time", "to", "two", "up", "us", "use", "want", "way", "we", "well", "what", "when", "which", "who", "will", "with", "work", "would", "year", - "you", "your", + "you", "your", "yours" }; int main(int /*argc*/, char ** /*argv*/) { From aad2ee0c5a1b3357fce66531220d8ab6fc02ea82 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Wed, 11 Sep 2024 10:42:43 -0700 Subject: [PATCH 2/2] Update build-dictionary.cc --- speller/main/build-dictionary.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speller/main/build-dictionary.cc b/speller/main/build-dictionary.cc index 99ec0992..0ff04fd6 100644 --- a/speller/main/build-dictionary.cc +++ b/speller/main/build-dictionary.cc @@ -7,7 +7,7 @@ using namespace std; -const list common_words{ +const list common_words { "a", "about", "after", "all", "also", "an", "and", "any", "as", "at", "back", "be", "because", "but", "by", "can", "come", "could", "day", "do", "even",