From 35651e9c8db8475ac212ec3d57aa52a51f9adba2 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Fri, 28 Aug 2020 02:17:46 +0100 Subject: [PATCH 01/11] Add storaget->storage, target, targets, --- codespell_lib/data/dictionary.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index b1d3095acc..46a533681e 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -25278,6 +25278,7 @@ stoppping->stopping stopps->stops stopry->story storag->storage +storaget->storage, target, targets, storeage->storage stoream->stream storeis->stories From e0703245ddf8ce394641385a916b829a1220c0b9 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Fri, 28 Aug 2020 07:49:05 +0100 Subject: [PATCH 02/11] Remove unlikely corrections --- codespell_lib/data/dictionary.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index 46a533681e..baf349aa5c 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -25278,7 +25278,7 @@ stoppping->stopping stopps->stops stopry->story storag->storage -storaget->storage, target, targets, +storaget->storage storeage->storage stoream->stream storeis->stories From f8597feb8b71abf776066226b6db89a017ca0636 Mon Sep 17 00:00:00 2001 From: Sebastian Weber Date: Fri, 28 Aug 2020 16:17:02 +0200 Subject: [PATCH 03/11] Moved storaget and added alternative suggestion --- codespell_lib/data/dictionary.txt | 1 - codespell_lib/data/dictionary_code.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index baf349aa5c..b1d3095acc 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -25278,7 +25278,6 @@ stoppping->stopping stopps->stops stopry->story storag->storage -storaget->storage storeage->storage stoream->stream storeis->stories diff --git a/codespell_lib/data/dictionary_code.txt b/codespell_lib/data/dictionary_code.txt index fbaa9e2de5..3f4e96ae16 100644 --- a/codespell_lib/data/dictionary_code.txt +++ b/codespell_lib/data/dictionary_code.txt @@ -21,6 +21,7 @@ seeked->sought sinc->sync, sink, since, sincs->syncs, sinks, since, stoll->still +storaget->storage, storaged thead->thread todays->today's uint->unit From b000ffa5e8c7345be9e8efee3f88936e47b48d10 Mon Sep 17 00:00:00 2001 From: Sebastian Weber Date: Fri, 28 Aug 2020 16:17:30 +0200 Subject: [PATCH 04/11] Add storable --- codespell_lib/data/dictionary.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index b1d3095acc..e54d21e0d5 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -25278,8 +25278,10 @@ stoppping->stopping stopps->stops stopry->story storag->storage +storeable->storable storeage->storage stoream->stream +storeble->storable storeis->stories storise->stories stornegst->strongest From 60e9a8d338f81f69883cb4c77e654359ec732716 Mon Sep 17 00:00:00 2001 From: Sebastian Weber Date: Sun, 30 Aug 2020 22:09:36 +0200 Subject: [PATCH 05/11] Comma... --- codespell_lib/data/dictionary_code.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codespell_lib/data/dictionary_code.txt b/codespell_lib/data/dictionary_code.txt index 3f4e96ae16..b981d9cc85 100644 --- a/codespell_lib/data/dictionary_code.txt +++ b/codespell_lib/data/dictionary_code.txt @@ -21,7 +21,7 @@ seeked->sought sinc->sync, sink, since, sincs->syncs, sinks, since, stoll->still -storaget->storage, storaged +storaget->storage, storaged, thead->thread todays->today's uint->unit From 11931e2402db111f81e152159878727ea4e21330 Mon Sep 17 00:00:00 2001 From: Sebastian Weber Date: Sun, 30 Aug 2020 22:33:08 +0200 Subject: [PATCH 06/11] Add more words --- codespell_lib/data/dictionary.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index e54d21e0d5..5720eaded4 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -23100,6 +23100,9 @@ restoding->restoring restoiring->restoring restor->restore restorated->restored +restoreable->restorable +restoreble->restorable +restoreing->restoring restors->restores restouration->restoration restraunt->restraint, restaurant, @@ -25282,6 +25285,7 @@ storeable->storable storeage->storage stoream->stream storeble->storable +storeing->storing storeis->stories storise->stories stornegst->strongest From d42f65da0da2ea04df8bd444bb48898422367214 Mon Sep 17 00:00:00 2001 From: Sebastian Weber Date: Mon, 31 Aug 2020 14:58:15 +0200 Subject: [PATCH 07/11] Delete storaged. --- codespell_lib/data/dictionary_code.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codespell_lib/data/dictionary_code.txt b/codespell_lib/data/dictionary_code.txt index b981d9cc85..7c47c975f8 100644 --- a/codespell_lib/data/dictionary_code.txt +++ b/codespell_lib/data/dictionary_code.txt @@ -21,7 +21,7 @@ seeked->sought sinc->sync, sink, since, sincs->syncs, sinks, since, stoll->still -storaget->storage, storaged, +storaget->storage thead->thread todays->today's uint->unit From 1c1e91658ab667772bfd8437a3041eb06f2d89fa Mon Sep 17 00:00:00 2001 From: Sebastian Weber Date: Tue, 1 Sep 2020 00:09:51 +0200 Subject: [PATCH 08/11] Add storaged as a mistake to dictionary_code --- codespell_lib/data/dictionary_code.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/codespell_lib/data/dictionary_code.txt b/codespell_lib/data/dictionary_code.txt index 7c47c975f8..805cf218cc 100644 --- a/codespell_lib/data/dictionary_code.txt +++ b/codespell_lib/data/dictionary_code.txt @@ -21,6 +21,7 @@ seeked->sought sinc->sync, sink, since, sincs->syncs, sinks, since, stoll->still +storaged->storage, stored, storaget->storage thead->thread todays->today's From 3351e01173c9cb3b429264c504848e4099ca4711 Mon Sep 17 00:00:00 2001 From: Sebastian Weber Date: Wed, 2 Sep 2020 15:34:56 +0200 Subject: [PATCH 09/11] Add storeis->stores --- codespell_lib/data/dictionary.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index 5720eaded4..38cb6d0bd8 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -25286,7 +25286,7 @@ storeage->storage stoream->stream storeble->storable storeing->storing -storeis->stories +storeis->stories, stores, storise->stories stornegst->strongest stoyr->story From 66d92a3eefb475600322faab6edbfa3ce22fcbcd Mon Sep 17 00:00:00 2001 From: Sebastian Weber Date: Wed, 2 Sep 2020 18:20:54 +0200 Subject: [PATCH 10/11] Added storeys --- codespell_lib/data/dictionary.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index 38cb6d0bd8..9a9a4c3af9 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -25286,7 +25286,7 @@ storeage->storage stoream->stream storeble->storable storeing->storing -storeis->stories, stores, +storeis->stories, stores, storeys, storise->stories stornegst->strongest stoyr->story From 7500f8cbc32179cb55a3cb31dac420551245beb8 Mon Sep 17 00:00:00 2001 From: Sebastian Weber Date: Wed, 2 Sep 2020 19:41:38 +0200 Subject: [PATCH 11/11] Added the suggestion of @lurch --- codespell_lib/data/dictionary.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index 9a9a4c3af9..59b41edca5 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -25286,7 +25286,7 @@ storeage->storage stoream->stream storeble->storable storeing->storing -storeis->stories, stores, storeys, +storeis->stories, stores, store is, storeys, storise->stories stornegst->strongest stoyr->story