mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Colin Ian King <colin.i.king@gmail.com>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] scripts/spelling.txt: add more spellings to spelling.txt
Date: Wed, 16 Feb 2022 08:58:48 -0800	[thread overview]
Message-ID: <e5ad05f9744439a75978d4d453549e65fcfe317f.camel@perches.com> (raw)
In-Reply-To: <20220216152343.105546-1-colin.i.king@gmail.com>

On Wed, 2022-02-16 at 15:23 +0000, Colin Ian King wrote:
> Some of the more common spelling mistakes and typos that I've found
> while fixing up spelling mistakes in the kernel in the past four months.

thanks.

> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  scripts/spelling.txt | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
> diff --git a/scripts/spelling.txt b/scripts/spelling.txt
> index 0c8b79cfb1bb..8435b99452b6 100644
> --- a/scripts/spelling.txt
> +++ b/scripts/spelling.txt
> @@ -180,6 +180,7 @@ asuming||assuming
>  asycronous||asynchronous
>  asychronous||asynchronous
>  asynchnous||asynchronous
> +asynchronus||asynchronous
>  asynchromous||asynchronous
>  asymetric||asymmetric
>  asymmeric||asymmetric
> @@ -231,6 +232,7 @@ baloons||balloons
>  bandwith||bandwidth
>  banlance||balance
>  batery||battery
> +battey||battery
>  beacuse||because
>  becasue||because
>  becomming||becoming
> @@ -333,6 +335,7 @@ commoditiy||commodity
>  comsume||consume
>  comsumer||consumer
>  comsuming||consuming
> +comaptible||compatible
>  compability||compatibility
>  compaibility||compatibility
>  comparsion||comparison
> @@ -353,7 +356,9 @@ compoment||component
>  comppatible||compatible
>  compres||compress
>  compresion||compression
> +compresser||compressor
>  comression||compression
> +comsumed||consumed
>  comunicate||communicate
>  comunication||communication
>  conbination||combination
> @@ -530,6 +535,7 @@ dissconect||disconnect
>  distiction||distinction
>  divisable||divisible
>  divsiors||divisors
> +dsiabled||disabled
>  docuentation||documentation
>  documantation||documentation
>  documentaion||documentation
> @@ -677,6 +683,7 @@ frequence||frequency
>  frequncy||frequency
>  frequancy||frequency
>  frome||from
> +fronend||frontend
>  fucntion||function
>  fuction||function
>  fuctions||functions
> @@ -761,6 +768,7 @@ implmentation||implementation
>  implmenting||implementing
>  incative||inactive
>  incomming||incoming
> +incompaitiblity||incompatibility
>  incompatabilities||incompatibilities
>  incompatable||incompatible
>  incompatble||incompatible
> @@ -942,6 +950,7 @@ metdata||metadata
>  micropone||microphone
>  microprocesspr||microprocessor
>  migrateable||migratable
> +millenium||millennium
>  milliseonds||milliseconds
>  minium||minimum
>  minimam||minimum
> @@ -1007,6 +1016,7 @@ notity||notify
>  nubmer||number
>  numebr||number
>  numner||number
> +nunber||number
>  obtaion||obtain
>  obusing||abusing
>  occassionally||occasionally
> @@ -1136,6 +1146,7 @@ preprare||prepare
>  pressre||pressure
>  presuambly||presumably
>  previosuly||previously
> +previsously||previously
>  primative||primitive
>  princliple||principle
>  priorty||priority
> @@ -1297,6 +1308,7 @@ routins||routines
>  rquest||request
>  runing||running
>  runned||ran
> +runnnig||running
>  runnning||running
>  runtine||runtime
>  sacrifying||sacrificing
> @@ -1353,6 +1365,7 @@ similiar||similar
>  simlar||similar
>  simliar||similar
>  simpified||simplified
> +simultanous||simultaneous
>  singaled||signaled
>  singal||signal
>  singed||signed
> @@ -1461,6 +1474,7 @@ syste||system
>  sytem||system
>  sythesis||synthesis
>  taht||that
> +tained||tainted
>  tansmit||transmit
>  targetted||targeted
>  targetting||targeting
> @@ -1489,6 +1503,7 @@ timout||timeout
>  tmis||this
>  toogle||toggle
>  torerable||tolerable
> +torlence||tolerance
>  traget||target
>  traking||tracking
>  tramsmitted||transmitted
> @@ -1503,6 +1518,7 @@ transferd||transferred
>  transfered||transferred
>  transfering||transferring
>  transision||transition
> +transistioned||transitioned
>  transmittd||transmitted
>  transormed||transformed
>  trasfer||transfer



  reply	other threads:[~2022-02-16 16:58 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-16 15:23 Colin Ian King
2022-02-16 16:58 ` Joe Perches [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-13 10:21 Colin Ian King
2023-04-27 10:28 Colin Ian King
2022-11-08 11:07 Colin Ian King
2021-09-07  7:29 Colin King
2021-09-18  5:43 ` Sven Eckelmann
2020-07-14  9:28 Colin King
2020-03-13 17:49 Colin King
2020-03-13 21:11 ` Joe Perches
2019-12-29 14:36 Xiong
2019-11-12  9:21 Colin King
2019-06-18 13:48 Colin King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e5ad05f9744439a75978d4d453549e65fcfe317f.camel@perches.com \
    --to=joe@perches.com \
    --cc=akpm@linux-foundation.org \
    --cc=colin.i.king@gmail.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®