]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Spelling fixes 863/head
authorGraham Percival <gperciva@tarsnap.com>
Mon, 6 Feb 2017 23:07:58 +0000 (15:07 -0800)
committerGraham Percival <gperciva@tarsnap.com>
Sun, 12 Feb 2017 04:45:47 +0000 (20:45 -0800)
Sponsored by: Tarsnap Backup Inc.

libarchive/archive_read_disk_entry_from_file.c
libarchive/archive_write_disk_acl.c
libarchive/test/test_acl_platform_posix1e.c

index 8fb969a65434d70943a571015c07993bf46f0516..91975ced923f86cfbba3bea40a95b4bf4d5e152c 100644 (file)
@@ -882,7 +882,7 @@ sun_acl_is_trivial(acl_t *acl, mode_t mode, int *trivialp)
        /*
         * POSIX.1e ACLs marked with ACL_IS_TRIVIAL are compatible with
         * FreeBSD acl_is_trivial_np(). On Solaris they have 4 entries,
-        * incuding mask.
+        * including mask.
         */
        if (acl->acl_type == ACLENT_T) {
                if (acl->acl_cnt == 4)
index 311aebf0331f27fb6372b6f4c3ea2bf3266df655..014339092089fef381222f1e183831ff48105743 100644 (file)
@@ -101,7 +101,7 @@ archive_write_disk_set_acls(struct archive *a, int fd, const char *name,
                            ACL_TYPE_DEFAULT, ARCHIVE_ENTRY_ACL_TYPE_DEFAULT,
                            "default");
 #endif /* !HAVE_SUN_ACL */
-               /* Simultaeous POSIX.1e and NFSv4 is not supported */
+               /* Simultaneous POSIX.1e and NFSv4 is not supported */
                return (ret);
        }
 #endif /* !HAVE_DARWIN_ACL */
index f3e1722f711d6329b129d6aecd41d303472e55b9..1d55a33eb9519624e62c0cb8628ed288f997f546 100644 (file)
@@ -472,7 +472,7 @@ DEFINE_TEST(test_acl_platform_posix1e_read)
                return;
        }
 #if HAVE_SUN_ACL
-       /* Check if Solars filesystem supports POSIX.1e ACLs */
+       /* Check if Solaris filesystem supports POSIX.1e ACLs */
        n = facl_get(fd, 0, &acl);
        if (n != 0)
                close(fd);