]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix typo
authorJoerg Sonnenberger <joerg@bec.de>
Sat, 19 Dec 2015 15:20:02 +0000 (16:20 +0100)
committerJoerg Sonnenberger <joerg@bec.de>
Sat, 19 Dec 2015 15:20:02 +0000 (16:20 +0100)
libarchive/archive_read_open_filename.c

index 622c960c46085aa4acaba6681821101a0c71aabf..5611aa85aa45426a118a5318f8585023a951cfa4 100644 (file)
@@ -178,7 +178,7 @@ archive_read_open_filename_w(struct archive *a, const wchar_t *wfilename,
 #else
                /*
                 * POSIX system does not support a wchar_t interface for
-                * open() system call, so we have to translate a whcar_t
+                * open() system call, so we have to translate a wchar_t
                 * filename to multi-byte one and use it.
                 */
                struct archive_string fn;