Re: [PATCH] scripts: increase error-prone spell checking

From: Randy Dunlap
Date: Tue Sep 22 2020 - 14:49:18 EST


On 9/22/20 9:00 AM, Joe Perches wrote:
> On Tue, 2020-09-22 at 07:37 -0700, Randy Dunlap wrote:
>> On 9/22/20 4:18 AM, Wang Qing wrote:
>>> Increase direcly,ununsed,manger spelling error check
>>>
>>> Signed-off-by: Wang Qing <wangqing@xxxxxxxx>
>>> ---
>>> scripts/spelling.txt | 3 +++
>>> 1 file changed, 3 insertions(+)
>>>
>>> diff --git a/scripts/spelling.txt b/scripts/spelling.txt
>>> index f253681..91ab82b
>>> --- a/scripts/spelling.txt
>>> +++ b/scripts/spelling.txt
>>> @@ -1534,3 +1534,6 @@ writting||writing
>>> wtih||with
>>> zombe||zombie
>>> zomebie||zombie
>>> +direcly||directly
>>> +ununsed||unused
>>> +manger||manager
>>> \ No newline at end of file
>>>
>>
>> Uh, that file was in alphabetical order. Please try to keep it that way.
>
> More or less, but not completely.
> It's somewhat grouped by desired correction,
> but it's also somewhat random.

OK. Thanks for that.

> Here's a sorted diff:
> ---
> scripts/spelling.txt | 204 +++++++++++++++++++++++++--------------------------
> 1 file changed, 102 insertions(+), 102 deletions(-)


--
~Randy