From: Tim Kientzle Date: Sun, 29 Jan 2012 18:18:35 +0000 (-0500) Subject: Issue 234: Fix typos in comments X-Git-Tag: v3.0.4~2^2~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b88e14d879d9f1411a56ae08e9e1bc72c1d4a98;p=thirdparty%2Flibarchive.git Issue 234: Fix typos in comments SVN-Revision: 4214 --- diff --git a/libarchive/test/test_read_format_7zip.c b/libarchive/test/test_read_format_7zip.c index a4cc555d0..9bf49d0aa 100644 --- a/libarchive/test/test_read_format_7zip.c +++ b/libarchive/test/test_read_format_7zip.c @@ -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 */ diff --git a/libarchive/test/test_read_format_tar_filename.c b/libarchive/test/test_read_format_tar_filename.c index abec4ec6d..ee2bf81de 100644 --- a/libarchive/test/test_read_format_tar_filename.c +++ b/libarchive/test/test_read_format_tar_filename.c @@ -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