On Mon, 2017-12-18 at 10:10 -0800, Randy Dunlap wrote:
> On 12/18/2017 06:19 AM, Colin King wrote:
> > Here are some of the more spelling mistakes and typos that I've found
> > while fixing up spelling mistakes in kernel error message text since
> > October 2017
[]
> > diff --git a/scripts/spelling.txt b/scripts/spelling.txt
[]
> Please add:
> assignement||assignment

and the plurals too

assignements||assignments

$ git grep -i -w assignement | wc -l
8
$ git grep -i -w assignements | wc -l
3


Some selected other trivial existing 'ement[s]'

     18 segement
     11 fragement
      8 adjustement
      7 meashorement
      6 mangement
      4 incremement
      4 environement
      3 impelement
      3 arragement
      3 arguement
      2 magement
      2 impement
      2 imlement
      1 requrement
      1 requiriement
      1 reqirement

Reply via email to