]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix spelling error.
authorAndres Mejia <amejia004@gmail.com>
Sat, 24 Dec 2011 21:37:25 +0000 (16:37 -0500)
committerAndres Mejia <amejia004@gmail.com>
Sat, 24 Dec 2011 21:37:25 +0000 (16:37 -0500)
SVN-Revision: 3993

libarchive/archive_write_set_format_iso9660.c

index 4b01a643178c98786be4c59fb73a1346ad146e7b..e62a5eceb3ca8e49701cd4966bc2db1104923954 100644 (file)
@@ -6272,7 +6272,7 @@ isoent_gen_joliet_identifier(struct archive_write *a, struct isoent *isoent,
                if (parent_len + np->mb_len > 240) {
                        archive_set_error(&a->archive, ARCHIVE_ERRNO_MISC,
                            "The regulation of Joliet extensions;"
-                           " A lenght of a full-pathname of `%s' is "
+                           " A length of a full-pathname of `%s' is "
                            "longer than 240 bytes, (p=%d, b=%d)",
                            archive_entry_pathname(np->file->entry),
                            (int)parent_len, (int)np->mb_len);