Remove doubled words from documentation and comments.
commit1125611b9b8d4a209b6a73d2c76e1b39c065972a
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 12 Apr 2011 08:59:49 +0000 (12 11:59 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 12 Apr 2011 09:03:31 +0000 (12 12:03 +0300)
treea4e8cf19c4e542efa45bf57f706623aa6c7c54e1
parent3f8fa53837bae8b44f3addf19923e26401336c3d
Remove doubled words from documentation and comments.

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

Thanks to Jim Meyering for the original patch.
doc/lzma-file-format.txt
src/liblzma/common/alone_encoder.c
src/liblzma/lzma/lzma2_encoder.c
src/xz/file_io.c
src/xz/xz.1
windows/INSTALL-Windows.txt