From: Björn Jacke Date: Sat, 26 Oct 2019 00:41:09 +0000 (+0200) Subject: source3/smbd/reply.c: typo fixes X-Git-Tag: talloc-2.3.1~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65d0ea769043637a91cb3b1c6ab9b18ff5e48060;p=thirdparty%2Fsamba.git source3/smbd/reply.c: typo fixes Signed-off-by: Bjoern Jacke Reviewed-by: Martin Schwenke --- diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 14019bda9a4..98f5e1c27f6 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -254,7 +254,7 @@ NTSTATUS check_path_syntax_posix(char *path) } /**************************************************************************** - Pull a string and check the path allowing a wilcard - provide for error return. + Pull a string and check the path allowing a wildcard - provide for error return. Passes in posix flag. ****************************************************************************/ @@ -302,7 +302,7 @@ static size_t srvstr_get_path_wcard_internal(TALLOC_CTX *ctx, } /**************************************************************************** - Pull a string and check the path allowing a wilcard - provide for error return. + Pull a string and check the path allowing a wildcard - provide for error return. ****************************************************************************/ size_t srvstr_get_path_wcard(TALLOC_CTX *ctx, @@ -328,7 +328,7 @@ size_t srvstr_get_path_wcard(TALLOC_CTX *ctx, } /**************************************************************************** - Pull a string and check the path allowing a wilcard - provide for error return. + Pull a string and check the path allowing a wildcard - provide for error return. posix_pathnames version. ****************************************************************************/