From: Joerg Sonnenberger Date: Sat, 19 Dec 2015 15:20:02 +0000 (+0100) Subject: Fix typo X-Git-Tag: v3.1.900a~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f4b3a8bcdcd97cb501169fd5f5b7f5c0da0b5ab;p=thirdparty%2Flibarchive.git Fix typo --- diff --git a/libarchive/archive_read_open_filename.c b/libarchive/archive_read_open_filename.c index 622c960c4..5611aa85a 100644 --- a/libarchive/archive_read_open_filename.c +++ b/libarchive/archive_read_open_filename.c @@ -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;