Remove doubled words from documentation and comments.
commit3e321a3acd50002cf6fdfd259e910f56d3389bc3
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 08:59:49 +0000 (12 11:59 +0300)
tree3b3e447c5237fe519675395f7a80a9b9f16b86ef
parentd91a84b534b012d19474f2fda1fbcaef873e1ba4
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