From: Karolin Seeger Date: Thu, 19 Sep 2019 07:19:40 +0000 (+0200) Subject: s3/vfs_shadow_copy2.c: Fix typo in comment. X-Git-Tag: talloc-2.3.1~763 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=094862b8a67c8f1a3d37c2838bb0d684d5858da8;p=thirdparty%2Fsamba.git s3/vfs_shadow_copy2.c: Fix typo in comment. Signed-off-by: Karolin Seeger Reviewed-by: Björn Jacke Autobuild-User(master): Björn Jacke Autobuild-Date(master): Thu Sep 19 14:09:44 UTC 2019 on sn-devel-184 --- diff --git a/source3/modules/vfs_shadow_copy2.c b/source3/modules/vfs_shadow_copy2.c index 36e3ead1b1d..5417c9f3b82 100644 --- a/source3/modules/vfs_shadow_copy2.c +++ b/source3/modules/vfs_shadow_copy2.c @@ -1005,7 +1005,7 @@ static char *shadow_copy2_do_convert(TALLOC_CTX *mem_ctx, if (errno == ENOTDIR) { /* * This is a valid condition: We appended the - * .snaphots/@GMT.. to a file name. Just try + * .snapshots/@GMT.. to a file name. Just try * with the upper levels. */ continue;