s3/vfs_shadow_copy2.c: Fix typo in comment.
authorKarolin Seeger <kseeger@samba.org>
Thu, 19 Sep 2019 07:19:40 +0000 (09:19 +0200)
committerBjoern Jacke <bjacke@samba.org>
Thu, 19 Sep 2019 14:09:44 +0000 (14:09 +0000)
Signed-off-by: Karolin Seeger <kseeger@samba.org>
Reviewed-by: Björn Jacke <bjacke@samba.org>
Autobuild-User(master): Björn Jacke <bjacke@samba.org>
Autobuild-Date(master): Thu Sep 19 14:09:44 UTC 2019 on sn-devel-184

source3/modules/vfs_shadow_copy2.c

index 36e3ead1b1d19cde4092556cf94f8e8434709fa4..5417c9f3b82e5c73351246519f773b8565ab384c 100644 (file)
@@ -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;