summaryrefslogtreecommitdiff
path: root/libarchive/archive_string.c
diff options
context:
space:
mode:
authorGraham Percival <gperciva@tarsnap.com>2016-12-20 14:11:29 -0800
committerJoerg Sonnenberger <joerg@bec.de>2016-12-20 23:11:29 +0100
commit32959ebca2fb611f98062e5634793eefac34e3c5 (patch)
tree7ae679df4d3343e1e66a01dae371db783c2be81a /libarchive/archive_string.c
parentd7e5cbde8754a0bb078d683c7906630a76a13832 (diff)
downloadlibarchive-32959ebca2fb611f98062e5634793eefac34e3c5.tar.gz
Spelling fixes (#846)
Sponsored by: Tarsnap Backup Inc.
Diffstat (limited to 'libarchive/archive_string.c')
-rw-r--r--libarchive/archive_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/archive_string.c b/libarchive/archive_string.c
index aa57f015..645570b2 100644
--- a/libarchive/archive_string.c
+++ b/libarchive/archive_string.c
@@ -1827,7 +1827,7 @@ archive_string_conversion_set_opt(struct archive_string_conv *sc, int opt)
* A filename in UTF-8 was made with libarchive 2.x in a wrong
* assumption that wchar_t was Unicode.
* This option enables simulating the assumption in order to read
- * that filname correctly.
+ * that filename correctly.
*/
case SCONV_SET_OPT_UTF8_LIBARCHIVE2X:
#if (defined(_WIN32) && !defined(__CYGWIN__)) \