From: Brad King Date: Wed, 21 Oct 2015 15:58:28 +0000 (-0400) Subject: Fix typo in archive_write_set_format_mtree.c comment X-Git-Tag: v3.1.900a~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20afd34b6af89e6feb080d402bda5a33545214e4;p=thirdparty%2Flibarchive.git Fix typo in archive_write_set_format_mtree.c comment --- diff --git a/libarchive/archive_write_set_format_mtree.c b/libarchive/archive_write_set_format_mtree.c index 1692395aa..b686303d9 100644 --- a/libarchive/archive_write_set_format_mtree.c +++ b/libarchive/archive_write_set_format_mtree.c @@ -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);