1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3/vfs_shadow_copy2.c: Fix typo in comment.

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
This commit is contained in:
Karolin Seeger 2019-09-19 09:19:40 +02:00 committed by Bjoern Jacke
parent 7b6e56b0f9
commit 094862b8a6

View 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;