]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Issue 234: Fix typos in comments
authorTim Kientzle <kientzle@gmail.com>
Sun, 29 Jan 2012 18:18:35 +0000 (13:18 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sat, 17 Mar 2012 20:28:51 +0000 (05:28 +0900)
SVN-Revision: 4214

libarchive/test/test_read_format_7zip.c
libarchive/test/test_read_format_tar_filename.c

index a4cc555d06b7cb019155e97a80b96e7b1d4870be..9bf49d0aa8c23c91e8dd62826c6e2bf57d03d66b 100644 (file)
@@ -26,8 +26,8 @@
 __FBSDID("$FreeBSD");
 
 /*
- * Extract a non-encorded file.
- * The header of the 7z archive files is not encdoed.
+ * Extract a non-encoded file.
+ * The header of the 7z archive files is not encoded.
  */
 static void
 test_copy()
@@ -139,7 +139,7 @@ test_empty_file()
 
 /*
  * Extract an encoded file.
- * The header of the 7z archive files is not encdoed.
+ * The header of the 7z archive files is not encoded.
  */
 static void
 test_plain_header(const char *refname)
@@ -180,7 +180,7 @@ test_plain_header(const char *refname)
 
 /*
  * Extract multi files.
- * The header of the 7z archive files is encdoed with LZMA.
+ * The header of the 7z archive files is encoded with LZMA.
  */
 static void
 test_extract_all_files(const char *refname)
@@ -255,7 +255,7 @@ test_extract_all_files(const char *refname)
 
 /*
  * Extract last file.
- * The header of the 7z archive files is encdoed with LZMA.
+ * The header of the 7z archive files is encoded with LZMA.
  */
 static void
 test_extract_last_file(const char *refname)
@@ -323,7 +323,7 @@ test_extract_last_file(const char *refname)
 }
 
 /*
- * Extract a mixed archive file which has both  LZMA and LZMA2 encoded files.
+ * Extract a mixed archive file which has both LZMA and LZMA2 encoded files.
  *  LZMA: file1, file2, file3, file4
  *  LZMA2: zfile1, zfile2, zfile3, zfile4
  */
index abec4ec6d6ca309b66a72eca1a18d29cb83e6d41..ee2bf81dec945817daa061a3a3422f533976aaab 100644 (file)
@@ -34,7 +34,7 @@ __FBSDID("$FreeBSD");
  * - the filename of second file is stored in UTF-8.
  *
  * Whenever hdrcharset option is specified, we will correctly read the
- * filename of sencod file, which is stored in UTF-8 by default.
+ * filename of second file, which is stored in UTF-8 by default.
  */
 
 static void