On Mon, Jul 08, 2013 at 10:29:17AM +0100, Jonathan Wakely wrote: > On 8 July 2013 01:29, Ryan Hill wrote: > > On Sun, 07 Jul 2013 21:57:05 +0200 > > Oleg Endo <oleg.e...@t-online.de> wrote: > > > > > >> - // Randomize the colour, just for asthetics =) > >> + // Randomize the colour, just for aesthetics =) > >> > >> -> missed 'color' (in a couple of places actually) > > > > Because that's the correct way of spelling colour. > > Similarly for cancelled and behaviours in the patch, but the GCC > conventions do say to use American spelling not British. I tend to > forget that when I'm writing comments and docs, but we should probably > accept patches to "correct" things when found.
If somebody want to take care of that he can use following commands and write replacement list: git grep "/[/*].*\w\wour[ .,]" > our git grep "/[/*].*\w[^aw]ise[ .,]" > ise They produce 131 and 171 lines so this also takes bit of work.