1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

source3/smbd/reply.c: typo fixes

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Björn Jacke 2019-10-26 02:41:09 +02:00 committed by Bjoern Jacke
parent b61e323327
commit 65d0ea7690

View File

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