summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2019-10-26 02:41:09 +0200
committerBjoern Jacke <bjacke@samba.org>2019-10-31 00:43:37 +0000
commit65d0ea769043637a91cb3b1c6ab9b18ff5e48060 (patch)
treec6d4e1e69d9759a49f3d22e55bb1587e0f7bcb9d /source3
parentb61e3233273411d693da0e516e4da09423ca92db (diff)
downloadsamba-65d0ea769043637a91cb3b1c6ab9b18ff5e48060.tar.gz
source3/smbd/reply.c: typo fixes
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/reply.c6
1 files changed, 3 insertions, 3 deletions
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.
****************************************************************************/