]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Typo fixes from fossies.org.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 23 Mar 2020 16:07:50 +0000 (18:07 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 23 Mar 2020 16:07:50 +0000 (18:07 +0200)
https://fossies.org/linux/misc/xz-5.2.5.tar.xz/codespell.html

Makefile.am
doc/examples/01_compress_easy.c
src/liblzma/api/lzma/base.h
src/liblzma/check/crc32_x86.S
src/liblzma/common/index.c
src/xz/xz.1

index 3a634991934abe4310350e15e344d4bf4abd02c9..e5b1265ebaed0ec818c006bd457698af81d20911 100644 (file)
@@ -64,7 +64,7 @@ EXTRA_DIST = \
 
 ACLOCAL_AMFLAGS = -I m4
 
-# List of man pages to conver to PDF and plain text in the dist-hook target.
+# List of man pages to convert to PDF and plain text in the dist-hook target.
 manfiles = \
        src/xz/xz.1 \
        src/xzdec/xzdec.1 \
index e6dd2b0cda31d3772d62bd379fab9cacc492aabf..ec32a379bfaec65a1e491ca2bcc871b0b6f81b73 100644 (file)
@@ -173,7 +173,7 @@ compress(lzma_stream *strm, FILE *infile, FILE *outfile)
                lzma_ret ret = lzma_code(strm, action);
 
                // If the output buffer is full or if the compression finished
-               // successfully, write the data from the output bufffer to
+               // successfully, write the data from the output buffer to
                // the output file.
                if (strm->avail_out == 0 || ret == LZMA_STREAM_END) {
                        // When lzma_code() has returned LZMA_STREAM_END,
index 228e8ec49259c4a5f4bc34a82fe4e046ecccb7ef..749e4fe7393226a28a3150bccd8b7f85dee38046 100644 (file)
@@ -477,7 +477,7 @@ typedef struct lzma_internal_s lzma_internal;
  *
  * The lzma_stream structure is used for
  *  - passing pointers to input and output buffers to liblzma;
- *  - defining custom memory hander functions; and
+ *  - defining custom memory handler functions; and
  *  - holding a pointer to coder-specific internal data structures.
  *
  * Typical usage:
index 67f68a4145f8bdd8b90883401ffbc11f67122b65..632c7b379d08ead299d73afea0360016343f64d1 100644 (file)
@@ -195,7 +195,7 @@ LZMA_CRC32:
 
        /*
         * Read the next four bytes, for which the CRC is calculated
-        * on the next interation of the loop.
+        * on the next iteration of the loop.
         */
        movl    12(%esi), %ecx
 
index a41e8f33083b8bfa815f1f2fc5d9a01f76dd07a7..86c1054455e497165cf1c2cbeaf68612fc988428 100644 (file)
@@ -1226,7 +1226,7 @@ lzma_index_iter_locate(lzma_index_iter *iter, lzma_vli target)
 
        // Use binary search to locate the exact Record. It is the first
        // Record whose uncompressed_sum is greater than target.
-       // This is because we want the rightmost Record that fullfills the
+       // This is because we want the rightmost Record that fulfills the
        // search criterion. It is possible that there are empty Blocks;
        // we don't want to return them.
        size_t left = 0;
index 540d1364dccb8f036558f9f30e3b0ca4ebd76ae5..f81278f58d4b2d93c7c1d415b89071529b73ff34 100644 (file)
@@ -5,7 +5,7 @@
 .\" This file has been put into the public domain.
 .\" You can do whatever you want with this file.
 .\"
-.TH XZ 1 "2020-02-01" "Tukaani" "XZ Utils"
+.TH XZ 1 "2020-03-23" "Tukaani" "XZ Utils"
 .
 .SH NAME
 xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files
@@ -1294,7 +1294,7 @@ The default means four-byte alignment
 .RI (2^ pb =2^2=4),
 which is often a good choice when there's no better guess.
 .IP ""
-When the aligment is known, setting
+When the alignment is known, setting
 .I pb
 accordingly may reduce the file size a little.
 E.g. with text files having one-byte