]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sun, 4 Feb 2024 09:09:07 +0000 (10:09 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 12 Mar 2024 13:31:31 +0000 (13:31 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/modules/vfs_shadow_copy2.c

index c6e6ecd26c414c560ee46ef135f6c2fe6f8e82cd..9d3f5843f43f1ee7210028db25d92646b27ffe47 100644 (file)
@@ -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;