summaryrefslogtreecommitdiff
path: root/lib/util/util.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-12-11 17:47:36 +0100
committerMichael Adam <obnox@samba.org>2013-12-11 17:54:21 +0100
commit5aade722cc56ae0d9388dbc4d061c99ebde05214 (patch)
tree80adfba0dee9937045f13cf48a1ea50731c3c802 /lib/util/util.c
parentae6a13eecb8cf368c49ec069a395865fba6765f1 (diff)
downloadsamba-5aade722cc56ae0d9388dbc4d061c99ebde05214.tar.gz
lib:util: fix a comment typo
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'lib/util/util.c')
-rw-r--r--lib/util/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/util.c b/lib/util/util.c
index 3e9047ca912..20808843f89 100644
--- a/lib/util/util.c
+++ b/lib/util/util.c
@@ -234,7 +234,7 @@ _PUBLIC_ bool directory_create_or_exist(const char *dname,
* @brief Try to create a specified directory if it doesn't exist.
*
* The function creates a directory with the given uid and permissions if it
- * doesn't exixt. If it exists it makes sure the uid and permissions are
+ * doesn't exist. If it exists it makes sure the uid and permissions are
* correct and it will fail if they are different.
*
* @param[in] dname The directory to create.