summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_cpio_newc.c
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_write_set_format_cpio_newc.c
parentcaf9b87de21222aa32c3a9b5c620286b2717e71c (diff)
downloadlibarchive-17feb73ffcb0a955c42e1964c47da046976e7734.tar.gz
Spelling fixes (#831)
Sponsored by: Tarsnap Backup Inc.
Diffstat (limited to 'libarchive/archive_write_set_format_cpio_newc.c')
-rw-r--r--libarchive/archive_write_set_format_cpio_newc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/archive_write_set_format_cpio_newc.c b/libarchive/archive_write_set_format_cpio_newc.c
index a9bfa808..54b5576c 100644
--- a/libarchive/archive_write_set_format_cpio_newc.c
+++ b/libarchive/archive_write_set_format_cpio_newc.c
@@ -232,7 +232,7 @@ write_header(struct archive_write *a, struct archive_entry *entry)
sconv = get_sconv(a);
#if defined(_WIN32) && !defined(__CYGWIN__)
- /* Make sure the path separators in pahtname, hardlink and symlink
+ /* Make sure the path separators in pathname, hardlink and symlink
* are all slash '/', not the Windows path separator '\'. */
entry_main = __la_win_entry_in_posix_pathseparator(entry);
if (entry_main == NULL) {