From 094862b8a67c8f1a3d37c2838bb0d684d5858da8 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 19 Sep 2019 09:19:40 +0200 Subject: [PATCH] s3/vfs_shadow_copy2.c: Fix typo in comment. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- source3/modules/vfs_shadow_copy2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.4.GIT