xz/windows
Lasse Collin 3e321a3acd 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.
2011-04-12 11:59:49 +03:00
..
INSTALL-Windows.txt Remove doubled words from documentation and comments. 2011-04-12 11:59:49 +03:00
README-Windows.txt Windows: Put some license info into README-Windows.txt. 2010-10-09 18:57:55 +03:00
build.bash Build: Copy the example programs to $docdir/examples. 2010-10-26 15:48:48 +03:00