summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_ustar.c
diff options
context:
space:
mode:
authorColin Percival <cperciva@daemonology.net>2011-08-16 00:38:43 -0400
committerColin Percival <cperciva@daemonology.net>2011-08-16 00:38:43 -0400
commita0b2ef61daa28fc8f0fc7892c3f0cd50c201e5bd (patch)
tree9ce0cc9f0f8365121956c10190417b81492c45a4 /libarchive/archive_write_set_format_ustar.c
parentdabd778b1e1a42d8df17c4a5c285414295d928c6 (diff)
downloadlibarchive-a0b2ef61daa28fc8f0fc7892c3f0cd50c201e5bd.tar.gz
Typos in comments: "a archive" -> "an archive", "formts" -> "formats",
"noone" -> "no one", "we where" -> "we were", "ar_size filed" -> "ar_size field", "furtunately" -> "fortunately", "explicity" -> "explicitly", "noticably" -> "noticeably". Delete whitespace before a comma. archive_read_header is called archive_read_next_header. archive_entry_link_resolver_free is called archive_entry_linkresolver_free. Via: Tarsnap SVN-Revision: 3614
Diffstat (limited to 'libarchive/archive_write_set_format_ustar.c')
-rw-r--r--libarchive/archive_write_set_format_ustar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/archive_write_set_format_ustar.c b/libarchive/archive_write_set_format_ustar.c
index 6e36c8fd..4b96ac23 100644
--- a/libarchive/archive_write_set_format_ustar.c
+++ b/libarchive/archive_write_set_format_ustar.c
@@ -371,7 +371,7 @@ __archive_write_format_header_ustar(struct archive_write *a, char h[512],
* The only feasible separator is a final '/';
* this would result in a non-empty prefix and
* an empty name, which POSIX doesn't
- * explicity forbid, but it just feels wrong.
+ * explicitly forbid, but it just feels wrong.
*/
archive_set_error(&a->archive, ENAMETOOLONG,
"Pathname too long");