From 33c966c3bc4a8b7ef5f66087f27a5ad84d148eb1 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 13 Sep 2024 14:25:36 +1200 Subject: [PATCH] s3:client:clitar: s/the the/to the/ in comment Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- source3/client/clitar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(). * -- 2.47.3