On 2/28/14, 8:12 AM, Veres Lajos wrote: > Sometimes I play with fixing typos in OS projects with my pet tool. > https://github.com/vlajos/misspell_fixer > I ran it against the svn source and found a few of them. > Generally I send a proper patch, but in this case there are too > many live function name/variable changes. > (Generaly most of the found issues are in comments/output messages.) > I wasn't able to clean it properly. :-( > > Anyway on #svn-dev they suggested to send it to this list. > > I hope at least a part of it will be useful.
Applied in r1573006 with the following things removed: - s/canonicalizing/canonizing/ (original is correct) - s/cachable/cacheable/ (can't change this since it's part of our API, leave it consistent through our code). - s/characterised/characterized/ (British English spelling is fine) - changes to utf8proc, they should be made upstream: http://www.public-software-group.org/utf8proc - s/cheaply/cheapply/ (original is correct)