tar: fix typo in comment
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 25 Oct 2008 09:27:35 +0000 (09:27 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 25 Oct 2008 09:27:35 +0000 (09:27 -0000)
archival/tar.c

index 503db5f782bf63e60fa074b936ab27b2a5dbe963..deb5c89b0487724067d6daf4452051a81b3462f2 100644 (file)
@@ -818,7 +818,7 @@ int tar_main(int argc UNUSED_PARAM, char **argv)
                             | 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;