aboutsummaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/lzma-file-format.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lzma-file-format.txt b/doc/lzma-file-format.txt
index 21fcb19f..015b0fae 100644
--- a/doc/lzma-file-format.txt
+++ b/doc/lzma-file-format.txt
@@ -40,7 +40,7 @@ The .lzma File Format
0.2. Changes
- Last modified: 2009-05-01 11:15+0300
+ Last modified: 2011-04-12 11:55+0300
1. File Format
@@ -161,6 +161,6 @@ The .lzma File Format
XZ Utils - The next generation of LZMA Utils
http://tukaani.org/xz/
- The .xz file format - The successor of the the .lzma format
+ The .xz file format - The successor of the .lzma format
http://tukaani.org/xz/xz-file-format.txt