remove doubled words, e.g., s/to to/to/, and fix related typos
commit0353a0c4ec91cf2d0a8e209025aa2e1909d05f19
authorJim Meyering <jim@meyering.net>
Wed, 13 Apr 2011 15:39:40 +0000 (13 17:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Apr 2011 18:59:11 +0000 (13 11:59 -0700)
treed50a8eec64a6785ff37ef49210e539d9c5b1104c
parent5e31075a19acdd242996c83728b3c8e965af0d7b
remove doubled words, e.g., s/to to/to/, and fix related typos

I found that some doubled words had snuck back into projects from which
I'd already removed them, so now there's a "syntax-check" makefile rule in
gnulib to help prevent recurrence.

Running the command below spotted a few in git, too:

  git ls-files | xargs perl -0777 -n \
    -e 'while (/\b(then?|[iao]n|i[fst]|but|f?or|at|and|[dt])\s+\1\b/gims)' \
    -e '{$n=($` =~ tr/\n/\n/ + 1); ($v=$&)=~s/\n/\\n/g;' \
    -e 'print "$ARGV:$n:$v\n"}'

Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches
Documentation/git-fetch.txt
Documentation/git-pack-objects.txt
compat/mingw.c
compat/nedmalloc/malloc.c.h
gitweb/README
sha1_file.c
vcs-svn/trp.txt