]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Spelling fixes 930/head
authorGraham Percival <gperciva@tarsnap.com>
Sun, 30 Jul 2017 21:26:02 +0000 (14:26 -0700)
committerGraham Percival <gperciva@tarsnap.com>
Sun, 30 Jul 2017 21:26:02 +0000 (14:26 -0700)
Sponsored by: Tarsnap Backup Inc.

libarchive/archive_read_disk_entry_from_file.c
libarchive/archive_write_set_format_pax.c
tar/test/test_option_acls.c

index 548ba89ef3db4406dbedc1719a4f6097c592261e..1786cff38453ce42c9346c5fedb33223f3443682 100644 (file)
@@ -127,7 +127,7 @@ archive_read_disk_entry_setup_acls(struct archive_read_disk *a,
 /*
  * Enter working directory and return working pathname of archive_entry.
  * If a pointer to an integer is provided and its value is below zero
- * open a file descriptor on this pahtname.
+ * open a file descriptor on this pathname.
  */
 const char *
 archive_read_disk_entry_setup_path(struct archive_read_disk *a,
index 0eaf733cd9aaf08e161ed3092be154c4b88c1a8e..3cebeae187dc48eb76abd7684d95fadc81a198cc 100644 (file)
@@ -1654,7 +1654,7 @@ build_pax_attribute_name(char *dest, const char *src)
  * GNU PAX Format 1.0 requires the special name, which pattern is:
  * <dir>/GNUSparseFile.<pid>/<original file name>
  *
- * Since reproducable archives are more important, use 0 as pid.
+ * Since reproducible archives are more important, use 0 as pid.
  *
  * This function is used for only Sparse file, a file type of which
  * is regular file.
index f2d51d661abf63fd9ceff05bbf3da7462ab0e55a..325f319537af22dcef59b0b768ecab5dbd09fb6d 100644 (file)
@@ -483,7 +483,7 @@ DEFINE_TEST(test_option_acls)
        r = compare_acls("f", "acls_acls/f");
        assertEqualInt(r, 1);
 
-       /* Extractl acls without acls */
+       /* Extract acls without acls */
        assertMakeDir("acls_noacls", 0755);
        clear_inheritance_flags("acls_noacls", acltype);
        r = systemf("%s -x -C acls_noacls -p --no-acls -f acls.tar >acls_noacls.out 2>acls_noacls.err", testprog);