[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: typofixes

From: Ben Reser <ben_at_reser.org>
Date: Fri, 28 Feb 2014 09:32:06 -0800

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)
Received on 2014-02-28 18:32:37 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.