]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 26 Jan 1997 18:57:36 +0000 (18:57 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 26 Jan 1997 18:57:36 +0000 (18:57 +0000)
src/test.c

index a9b150fb05a374805fc574e7003b2532dc265686..cae73296b6f7fdbe9b2516e995da2d313bfe706a 100644 (file)
@@ -654,7 +654,7 @@ unary_operator (void)
       value = -1 != eaccess (argv[pos - 1], R_OK);
       return (TRUE == value);
 
-    case 'w':                  /* File is writeable? */
+    case 'w':                  /* File is writable? */
       unary_advance ();
       value = -1 != eaccess (argv[pos - 1], W_OK);
       return (TRUE == value);