commit | 73d702ee07347f5cf82175c28a12bdd8d297251f | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sat Oct 25 09:27:35 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sat Oct 25 09:27:35 2008 +0000 |
tree | 7241385a77ee7096df4a430d6dc74cdf1fa1f09a | |
parent | ebad0294c9ee27669a6e211fa5505987b92804f9 [diff] [blame] |
tar: fix typo in comment
diff --git a/archival/tar.c b/archival/tar.c index 503db5f..deb5c89 100644 --- a/archival/tar.c +++ b/archival/tar.c
@@ -818,7 +818,7 @@ | ARCHIVE_PRESERVE_DATE | ARCHIVE_EXTRACT_UNCONDITIONAL; - /* Apparently only root's tar preserves parms (see bug 3844) */ + /* Apparently only root's tar preserves perms (see bug 3844) */ if (getuid() != 0) tar_handle->ah_flags |= ARCHIVE_NOPRESERVE_PERM;