aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2011-04-12 11:59:49 +0300
committerLasse Collin <lasse.collin@tukaani.org>2011-04-12 12:03:31 +0300
commit1125611b9b8d4a209b6a73d2c76e1b39c065972a (patch)
treea4e8cf19c4e542efa45bf57f706623aa6c7c54e1 /windows
parentliblzma: Document lzma_easy_(enc|dec)oder_memusage() better too. (diff)
downloadxz-1125611b9b8d4a209b6a73d2c76e1b39c065972a.tar.xz
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.
Diffstat (limited to 'windows')
-rw-r--r--windows/INSTALL-Windows.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/INSTALL-Windows.txt b/windows/INSTALL-Windows.txt
index 5515708f..bb4a4d66 100644
--- a/windows/INSTALL-Windows.txt
+++ b/windows/INSTALL-Windows.txt
@@ -133,7 +133,7 @@ Building XZ Utils
Using a snapshot from the Git repository
To use a snapshot, the build system files need to be generated with
- autogen.sh or "autoreconf -fi" before trying to build using the the
+ autogen.sh or "autoreconf -fi" before trying to build using the
above build instructions. You can install the relevant extra packages
from MinGW or use Cygwin or use e.g. a GNU/Linux system to create a
source package with the required build system files.