]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:client: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Fri, 30 Jun 2023 10:06:20 +0000 (12:06 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 5 Jul 2023 06:34:32 +0000 (06:34 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
source3/client/clitar.c

index a5c7df9c869eed3c935756d865331c627c076a90..f42f2f02fbde5ae555f7ddd518b5028e79db1c29 100644 (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)