xz/src/liblzma/lzma
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
..
Makefile.inc Build system fixes 2009-06-30 17:09:57 +03:00
fastpos.h liblzma: Rename a few variables and constants. 2010-10-26 10:36:41 +03:00
fastpos_table.c Revised the fastpos code. It now uses the slightly faster 2008-01-15 14:02:22 +02:00
fastpos_tablegen.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
lzma2_decoder.c liblzma: Fix decoding of LZMA2 streams having no uncompressed data. 2011-03-31 11:54:48 +03:00
lzma2_decoder.h Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
lzma2_encoder.c Remove doubled words from documentation and comments. 2011-04-12 11:59:49 +03:00
lzma2_encoder.h liblzma: Add the forgotten lzma_lzma2_block_size(). 2011-04-11 21:15:07 +03:00
lzma_common.h liblzma: Rename a few variables and constants. 2010-10-26 10:36:41 +03:00
lzma_decoder.c liblzma: Rename a few variables and constants. 2010-10-26 10:36:41 +03:00
lzma_decoder.h Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
lzma_encoder.c liblzma: Rename a few variables and constants. 2010-10-26 10:36:41 +03:00
lzma_encoder.h Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
lzma_encoder_optimum_fast.c liblzma: Rename a few variables and constants. 2010-10-26 10:36:41 +03:00
lzma_encoder_optimum_normal.c liblzma: Rename a few variables and constants. 2010-10-26 10:36:41 +03:00
lzma_encoder_presets.c Fix the preset -3e. 2010-09-26 18:10:31 +03:00
lzma_encoder_private.h liblzma: Rename a few variables and constants. 2010-10-26 10:36:41 +03:00