openat: detect Solaris fchownat bug
[pspp] / lib / file-has-acl.c
index 5e6bfe615473c3d8a5cfe95a1b35c4bd93fc0873..4dda3ade2aca725518b302dadc88628e588bc2c6 100644 (file)
@@ -354,7 +354,7 @@ file_has_acl (char const *name, struct stat const *sb)
              /* On Linux, FreeBSD, IRIX, acl_get_file (name, ACL_TYPE_ACCESS)
                 and acl_get_file (name, ACL_TYPE_DEFAULT) on a directory
                 either both succeed or both fail; it depends on the
-                filesystem.  Therefore there is no point in making the second
+                file system.  Therefore there is no point in making the second
                 call if the first one already failed.  */
              if (ret == 0 && S_ISDIR (sb->st_mode))
                {