summaryrefslogtreecommitdiff
path: root/lib/mkdir-p.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-05 13:42:03 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-02-05 13:42:03 -0800
commita4d796fb141dac5d85328872e2fefbd5c44870e1 (patch)
tree3afd9efea5ac2d5fa6d5b9c0e2e45643aea10119 /lib/mkdir-p.c
parent04b6c2e58486cfb30641633962249753052ba89f (diff)
downloadgnulib-a4d796fb141dac5d85328872e2fefbd5c44870e1.tar.gz
maint: spelling fixes
Diffstat (limited to 'lib/mkdir-p.c')
-rw-r--r--lib/mkdir-p.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mkdir-p.c b/lib/mkdir-p.c
index 547b5cf434..58ee45bf2b 100644
--- a/lib/mkdir-p.c
+++ b/lib/mkdir-p.c
@@ -115,7 +115,7 @@ make_dir_parents (char *dir,
if (0 <= prefix_len)
{
/* If the ownership might change, or if the directory will be
- writeable to other users and its special mode bits may
+ writable to other users and its special mode bits may
change after the directory is created, create it with
more restrictive permissions at first, so unauthorized
users cannot nip in before the directory is ready. */