On Thu, 2016-06-09 at 13:29 -0600, Jonathan Corbet wrote:
> On Wed, 18 May 2016 06:55:45 -0700 Kees Cook <keesc...@chromium.org> wrote:
> > A common misspelling of "interruptible" is "interruptable". This fixes
> > them in the tree and adds the two most common variations to spelling.txt.

$ grep --include=*.[ch] -Proh "\b[A-Za-z]+[ai]ble\b" * | \
  tr [:upper:] [:lower:] | sort | uniq

gives several more that could be updated like:

avaiable
avaialable
avaible
available
availible
availlable
avalable
avalaible
avaliable
avalible
avalilable
aviable
avialable
avilable
[]
preemptable
preemptible
preemtible
[]
responsable
responsible
resposible
[]
unwritable
unwriteable
unwrittable
updatable
updateable
upgradable
upgradeable


Reply via email to