]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:client:clitar: s/the the/to the/ in comment
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 13 Sep 2024 02:25:36 +0000 (14:25 +1200)
committerVolker Lendecke <vl@samba.org>
Wed, 6 Nov 2024 10:57:35 +0000 (10:57 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/client/clitar.c

index e034a4cb2619f3a91cd5fc29f1e9d42a35e54720..2a1efdaf37becd86d343cf5db719ea83b20f6c7b 100644 (file)
@@ -54,7 +54,7 @@
  * and attributes. The tar callback function is get_file_callback().
  *
  * The callback function checks whether the file should be skipped
- * according the the configuration via tar_create_skip_path(). If it's
+ * according to the configuration via tar_create_skip_path(). If it's
  * not skipped it's downloaded and written to the archive in
  * tar_get_file().
  *