diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/make_directory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/make_directory.c b/libbb/make_directory.c index df0b4a13d..391493cda 100644 --- a/libbb/make_directory.c +++ b/libbb/make_directory.c @@ -71,7 +71,7 @@ int FAST_FUNC bb_make_directory(char *path, long mode, int flags) } /* Since the directory exists, don't attempt to change * permissions if it was the full target. Note that - * this is not an error conditon. */ + * this is not an error condition. */ if (!c) { umask(mask); return 0; |