diff --git a/data/dictionary.txt b/data/dictionary.txt
index f65b73a..8a9686b 100644
--- a/data/dictionary.txt
+++ b/data/dictionary.txt
@@ -2289,7 +2289,7 @@ maneouvred->manoeuvred
maneouvres->manoeuvres
maneouvring->manoeuvring
manisfestations->manifestations
-mannor->manner
+mannor->manner, manor,
manoeuverability->maneuverability
manouver->maneuver, manoeuvre,
manouverability->maneuverability, manoeuvrability, manoeuverability,
--
1.7.7
diff --git a/data/dictionary.txt b/data/dictionary.txt
index 895a5cf..f65b73a 100644
--- a/data/dictionary.txt
+++ b/data/dictionary.txt
@@ -3537,6 +3537,7 @@ sovereignity->sovereignty
soverign->sovereign
soverignity->sovereignty
soverignty->sovereignty
+spagetti->spaghetti
spainish->Spanish
speach->speech
specfic->specific
--
1.7.7
diff --git a/data/dictionary.txt b/data/dictionary.txt
index 8a9686b..d0b96db 100644
--- a/data/dictionary.txt
+++ b/data/dictionary.txt
@@ -3850,7 +3850,7 @@ thsi->this
thsoe->those
thta->that
thyat->that
-tiem->time
+tiem->time, item,
tihkn->think
tihs->this
timne->time
--
1.7.7
On Sat, Oct 15, 2011 at 11:47, Jonathan Neuschäfer
<j.neus...@gmx.net> wrote:
> This patch is a bit unfortunate, in that "time" is (probably) a more
> common word in source code than "item" (although "item" isn't really
> uncommon, either)
> ---
> data/dictionary.txt | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Could you provide some numbers regarding this? Time appears very
often, so maybe it's better to let as is and revert changes that
should be converted to 'item' instead.
A quick grep in Linux kernel gives me:
$ git grep -ie "\<item\>" | wc -l
5749
$ git grep -ie "\<time\>" | wc -l
22757
thanks,
Lucas De Marchi
On Sat, Oct 15, 2011 at 09:39, Jonathan Neuschäfer
<j.neus...@gmx.net> wrote:
> ---
> data/dictionary.txt | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
Both patches have been applied.
Thanks,
Lucas De Marchi
GitHub search gave me the following results:
time: 23363162
item: 14919703 (63.86% of the result for "time")
But that's not really words, it also matches things like "time_step".
Thanks,
Jonathan Neuschäfer
This patch probably worth reverting.
Since a "manor" is a type of "estate in land" [0], the word is
practically found nowhere but in adventure games (I was reviewing
codespell output of one when I found the word).
GitHub search also suggests that reverting this patch is a good idea:
manner: 470525 results
manor: 9884 results (2.1% of the results for "manner")
[0] http://en.wikipedia.org/wiki/Manor
Sorry for the noise,
Jonathan Neuschäfer
No problem. Path has been reverted.
thanks
Lucas De Marchi
Patch has been applied. Thanks.
Lucas De Marchi