]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix spelling typos in comments 698/head
authorBrad King <brad.king@kitware.com>
Mon, 2 May 2016 14:56:28 +0000 (10:56 -0400)
committerBrad King <brad.king@kitware.com>
Mon, 2 May 2016 14:56:28 +0000 (10:56 -0400)
The Debian package checker tool (lintian) detected a few typos.

Reported-by: Felix Geyer <fgeyer@debian.org>
CMakeLists.txt
libarchive/archive_read_disk_windows.c
libarchive/xxhash.c

index 4b97039049d04b4d906784b21ce68f04b86cc177..68e94a6ac0e38ac8aeee9e94b3eb53d228c2817d 100644 (file)
@@ -365,7 +365,7 @@ IF(DEFINED __GNUWIN32PATH AND EXISTS "${__GNUWIN32PATH}")
   #   e.g.
   #     cmake -DCMAKE_PREFIX_PATH=<your-GnuWin32-path> <path-to-source>
   #
-  # If compiling error occured in zconf.h, You may need patch to zconf.h.
+  # If compiling error occurred in zconf.h, You may need patch to zconf.h.
   #--- zconf.h.orig    2005-07-21 00:40:26.000000000
   #+++ zconf.h 2009-01-19 11:39:10.093750000
   #@@ -286,7 +286,7 @@
index 53bd4b8bd4b1567612ae1e9d620ee28da77fed18..566d264e9a410f9cbf338d5ce0f212de2da2e73b 100644 (file)
@@ -1586,7 +1586,7 @@ tree_reopen(struct tree *t, const wchar_t *path, int restore_time)
        t->stack->flags = needsFirstVisit;
        /*
         * Debug flag for Direct IO(No buffering) or Async IO.
-        * Those dependant on environment variable switches
+        * Those dependent on environment variable switches
         * will be removed until next release.
         */
        {
index 7a55fc8ed81810f51d704294e07c10df95e1793b..d7f8e96de6fb2a3c065eac639913286592fed2c8 100644 (file)
@@ -57,7 +57,7 @@ You can contact the author at :
 ** #define XXH_ACCEPT_NULL_INPUT_POINTER 1
 
 ** XXH_FORCE_NATIVE_FORMAT :
-** By default, xxHash library provides endian-independant Hash values, based on little-endian convention.
+** By default, xxHash library provides endian-independent Hash values, based on little-endian convention.
 ** Results are therefore identical for little-endian and big-endian CPU.
 ** This comes at a performance cost for big-endian CPU, since some swapping is required to emulate little-endian format.
 ** Should endian-independance be of no importance for your application, you may set the #define below to 1.