diff options
author | Andres Freund <andres@anarazel.de> | 2015-04-26 18:42:31 +0200 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-04-26 18:42:31 +0200 |
commit | 6aab1f45acaa4cf90e62357ebdf5e6a38829204e (patch) | |
tree | ded75b929485ab4331a292150b0823ed2d825fb1 /src/port/pgmkdirp.c | |
parent | 9fe1d9ac6820cff354a5402114b96dae1221eba3 (diff) |
Fix various typos and grammar errors in comments.
Author: Dmitriy Olshevskiy
Discussion: 553D00A6.4090205@bk.ru
Diffstat (limited to 'src/port/pgmkdirp.c')
-rw-r--r-- | src/port/pgmkdirp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/pgmkdirp.c b/src/port/pgmkdirp.c index d9c95b522c9..d943559760d 100644 --- a/src/port/pgmkdirp.c +++ b/src/port/pgmkdirp.c @@ -93,7 +93,7 @@ pg_mkdir_p(char *path, int omode) /* * POSIX 1003.2: For each dir operand that does not name an existing * directory, effects equivalent to those caused by the following command - * shall occcur: + * shall occur: * * mkdir -p -m $(umask -S),u+wx $(dirname dir) && mkdir [-m mode] dir * |