summaryrefslogtreecommitdiff
path: root/libarchive/archive_string.h
diff options
context:
space:
mode:
authorGraham Percival <graham@percival-music.ca>2016-12-03 15:00:40 -0800
committerJoerg Sonnenberger <joerg@bec.de>2016-12-04 00:00:40 +0100
commit17feb73ffcb0a955c42e1964c47da046976e7734 (patch)
tree851fc4574740fdfe921fb3e9018cf6715fcd4d7f /libarchive/archive_string.h
parentcaf9b87de21222aa32c3a9b5c620286b2717e71c (diff)
downloadlibarchive-17feb73ffcb0a955c42e1964c47da046976e7734.tar.gz
Spelling fixes (#831)
Sponsored by: Tarsnap Backup Inc.
Diffstat (limited to 'libarchive/archive_string.h')
-rw-r--r--libarchive/archive_string.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libarchive/archive_string.h b/libarchive/archive_string.h
index 23f49165..bac22e6d 100644
--- a/libarchive/archive_string.h
+++ b/libarchive/archive_string.h
@@ -115,13 +115,13 @@ archive_string_conversion_set_opt(struct archive_string_conv *, int);
/* Copy one archive_string to another in locale conversion.
- * Return -1 if conversion failes. */
+ * Return -1 if conversion fails. */
int
archive_strncpy_l(struct archive_string *, const void *, size_t,
struct archive_string_conv *);
/* Copy one archive_string to another in locale conversion.
- * Return -1 if conversion failes. */
+ * Return -1 if conversion fails. */
int
archive_strncat_l(struct archive_string *, const void *, size_t,
struct archive_string_conv *);