From: Douglas Bagnall Date: Fri, 13 Sep 2024 02:25:36 +0000 (+1200) Subject: s3:client:clitar: s/the the/to the/ in comment X-Git-Tag: tdb-1.4.13~653 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33c966c3bc4a8b7ef5f66087f27a5ad84d148eb1;p=thirdparty%2Fsamba.git s3:client:clitar: s/the the/to the/ in comment Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- diff --git a/source3/client/clitar.c b/source3/client/clitar.c index e034a4cb261..2a1efdaf37b 100644 --- a/source3/client/clitar.c +++ b/source3/client/clitar.c @@ -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(). *