1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

lib:util: fix a comment typo

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Michael Adam 2013-12-11 17:47:36 +01:00
parent ae6a13eecb
commit 5aade722cc

View File

@ -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.