]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix typo: s/chekc sum/check sum/.
authorColin Percival <cperciva@daemonology.net>
Thu, 23 Jun 2011 10:00:27 +0000 (06:00 -0400)
committerColin Percival <cperciva@daemonology.net>
Thu, 23 Jun 2011 10:00:27 +0000 (06:00 -0400)
Submitted by: Ralph Corderoy (via Tarsnap)

SVN-Revision: 3418

libarchive/archive_write_set_format_mtree.c

index 44230bb19f3cb58181467496d31610c042371621..92beba688662deb7ed9cb61b1e04cf4f39b2d28b 100644 (file)
@@ -121,7 +121,7 @@ struct mtree_writer {
                struct mtree_entry *me_first;
                struct mtree_entry **me_last;
        } set;
-       /* chekc sum */
+       /* check sum */
        int compute_sum;
        uint32_t crc;
        uint64_t crc_len;