getopt, argp: Respect rules for use of AC_LIBOBJ.
[pspp] / tests / test-lchown.h
index aa10674187b44bf5c6c8d53c9682b218c90e4362..229ed6b01baf9ce924159e430ada44a7a07a5b49 100644 (file)
@@ -46,7 +46,7 @@ test_lchown (int (*func) (char const *, uid_t, gid_t), bool print)
   int result;
 
   /* Solaris 8 is interesting - if the current process belongs to
-     multiple groups, the current directory is owned by a group that
+     multiple groups, the current directory is owned by a group that
      the current process belongs to but different than getegid(), and
      the current directory does not have the S_ISGID bit, then regular
      files created in the directory belong to the directory's group,