From 1f4b3a8bcdcd97cb501169fd5f5b7f5c0da0b5ab Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Sat, 19 Dec 2015 16:20:02 +0100 Subject: [PATCH] Fix typo --- libarchive/archive_read_open_filename.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2