summaryrefslogtreecommitdiff
path: root/lib/set-permissions.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-06-14 22:50:18 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-06-14 22:50:18 -0700
commit82990bb47a7d8c8ec52341a2484f3071d9115b3a (patch)
tree779f04869e32a8b5b11f8a5dd12f27f4f78f7f18 /lib/set-permissions.c
parentd7f393ed47702a82ad7dc81a83ab3163c9512931 (diff)
downloadgnulib-82990bb47a7d8c8ec52341a2484f3071d9115b3a.tar.gz
* lib/set-permissions.c: Spelling fix.
Diffstat (limited to 'lib/set-permissions.c')
-rw-r--r--lib/set-permissions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/set-permissions.c b/lib/set-permissions.c
index 22368799f7..3bcfd31530 100644
--- a/lib/set-permissions.c
+++ b/lib/set-permissions.c
@@ -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). */