]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Spelling
authorTim Kientzle <kientzle@acm.org>
Mon, 8 Jun 2015 13:01:04 +0000 (06:01 -0700)
committerTim Kientzle <kientzle@acm.org>
Mon, 8 Jun 2015 13:01:04 +0000 (06:01 -0700)
libarchive/archive_write_add_filter_xz.c

index 09c113620b68385d7886f7307fef672e6124fcf4..46a6c38aa6e1a96e0af9812fc36cfe1fc834a2eb 100644 (file)
@@ -253,7 +253,7 @@ archive_compressor_xz_init_stream(struct archive_write_filter *f,
                /* Calculate a coded dictionary size */
                if (dict_size < (1 << 12) || dict_size > (1 << 27)) {
                        archive_set_error(f->archive, ARCHIVE_ERRNO_MISC,
-                           "Unacceptable dictionary dize for lzip: %d",
+                           "Unacceptable dictionary size for lzip: %d",
                            dict_size);
                        return (ARCHIVE_FATAL);
                }