Sponsored by: Tarsnap Backup Inc.
/*
* 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)
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 */
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);