Skip to content

Commit

Permalink
Fix typo in archive_write_set_format_mtree.c comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bradking committed Oct 26, 2015
1 parent 3ce2e63 commit 20afd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libarchive/archive_write_set_format_mtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 20afd34

Please sign in to comment.