]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix typo in archive_write_set_format_mtree.c comment
authorBrad King <brad.king@kitware.com>
Wed, 21 Oct 2015 15:58:28 +0000 (11:58 -0400)
committerBrad King <brad.king@kitware.com>
Mon, 26 Oct 2015 12:59:26 +0000 (08:59 -0400)
libarchive/archive_write_set_format_mtree.c

index 1692395aa01e9cc6b01a77eb076d5d7adb3ccf8e..b686303d9a4de8afd3fc0e3c8f5ca3a0b62ea8aa 100644 (file)
@@ -1115,7 +1115,7 @@ write_mtree_entry_tree(struct archive_write *a)
        do {
                if (mtree->output_global_set) {
                        /*
-                        * Collect attribute infomation to know which value
+                        * Collect attribute information to know which value
                         * is frequently used among the children.
                         */
                        attr_counter_set_reset(mtree);