From 20afd34b6af89e6feb080d402bda5a33545214e4 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 21 Oct 2015 11:58:28 -0400 Subject: [PATCH] Fix typo in archive_write_set_format_mtree.c comment --- libarchive/archive_write_set_format_mtree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2