]> granicus.if.org Git - xz/commitdiff
A few typo fixes to comments and the xz man page.
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 15 Dec 2012 18:01:02 +0000 (20:01 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 15 Dec 2012 18:01:02 +0000 (20:01 +0200)
Thanks to Jim Meyering.

configure.ac
src/liblzma/check/sha256.c
src/xz/xz.1

index b02dd4160ed2dab141a30bd0c123298ba6b0a62e..550f0e9f26fb08969fd863f656df1ba683aa1ca9 100644 (file)
@@ -498,7 +498,7 @@ AC_TYPE_UINTPTR_T
 AC_CHECK_SIZEOF([size_t])
 
 # The command line tool can copy high resolution timestamps if such
-# information is availabe in struct stat. Otherwise one second accuracy
+# information is available in struct stat. Otherwise one second accuracy
 # is used.
 AC_CHECK_MEMBERS([
        struct stat.st_atim.tv_nsec,
index 04231dbaef99e29fd3a6cf66142514d2f25a29e9..23bda9222ddaea1a90b60c0c63e0a1e775c436d5 100644 (file)
@@ -6,7 +6,6 @@
 /// \todo       Crypto++ has x86 ASM optimizations. They use SSE so if they
 ///             are imported to liblzma, SSE instructions need to be used
 ///             conditionally to keep the code working on older boxes.
-///             We could also support using some external libary for SHA-256.
 //
 //  This code is based on the code found from 7-Zip, which has a modified
 //  version of the SHA-256 found from Crypto++ <http://www.cryptopp.com/>.
index 8edc456c241fdca9537f7f1d6f10ea3ab92f00d8..a7bd20524f6b2aa0c1141d8a10cc939b4f84e87d 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 "2012-05-27" "Tukaani" "XZ Utils"
+.TH XZ 1 "2012-08-24" "Tukaani" "XZ Utils"
 .
 .SH NAME
 xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files
@@ -708,7 +708,7 @@ be dramatically higher than that of the single-threaded mode.
 DecMem contains the decompressor memory requirements.
 That is, the compression settings determine
 the memory requirements of the decompressor.
-The exact decompressor memory usage is slighly more than
+The exact decompressor memory usage is slightly more than
 the LZMA2 dictionary size, but the values in the table
 have been rounded up to the next full MiB.
 .RE