]> Savannah Git Hosting - gnulib.git/commitdiff
* lib/set-permissions.c: Spelling fix.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 Jun 2015 05:50:18 +0000 (22:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 Jun 2015 05:50:18 +0000 (22:50 -0700)
lib/set-permissions.c

index 22368799f7e490cd575c8b6178dfbf70382e1a98..3bcfd31530e54a6681b3dc824a8a056b29a668fa 100644 (file)
@@ -774,7 +774,7 @@ set_permissions (struct permission_context *ctx, const char *name, int desc)
 
   early_chmod = false;
 # else
-  /* All other plaforms */
+  /* All other platforms */
   /* On Cygwin, it is necessary to call chmod before acl, because
      chmod can change the contents of the ACL (in ways that don't
      change the allowed accesses, but still visible).  */