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

s4:client: Fix code spelling

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Andreas Schneider 2023-06-30 12:06:20 +02:00 committed by Andreas Schneider
parent ef5ab45be7
commit a26c00db11

View File

@ -1430,7 +1430,7 @@ static NTSTATUS tar_extract_skip_path(struct tar *t,
}
/**
* tar_create_skip_path - check if @fullpath shoud be skipped
* tar_create_skip_path - check if @fullpath should be skipped
* @fullpath: full remote path of the current file
* @finfo: remote file attributes
* @_skip: returned skip not
@ -1542,7 +1542,7 @@ static const char* skip_useless_char_in_path(const char *p)
* @full: container path
* @_subpath_match: set true if @sub is a subpath of @full, otherwise false
*
* String comparaison is case-insensitive.
* String comparison is case-insensitive.
*/
static NTSTATUS is_subpath(const char *sub, const char *full,
bool *_subpath_match)