Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
}
/**
- * 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
* @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)