From: Volker Lendecke Date: Sun, 4 Feb 2024 09:09:07 +0000 (+0100) Subject: vfs: Fix a typo X-Git-Tag: tdb-1.4.11~1484 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c37eb90d73131d005b563d7f0944daf39cd92de6;p=thirdparty%2Fsamba.git vfs: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Andrew Bartlett --- diff --git a/source3/modules/vfs_shadow_copy2.c b/source3/modules/vfs_shadow_copy2.c index c6e6ecd26c4..9d3f5843f43 100644 --- a/source3/modules/vfs_shadow_copy2.c +++ b/source3/modules/vfs_shadow_copy2.c @@ -1974,7 +1974,7 @@ static const char *shadow_copy2_find_snapdir(TALLOC_CTX *mem_ctx, config = priv->config; /* - * If the non-snapdisrseverywhere mode, we should not search! + * If the non-snapdirseverywhere mode, we should not search! */ if (!config->snapdirseverywhere) { return config->snapshot_basepath;