From 2d35eab05fbaf7ada825946f7dcca777826918dd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 28 May 2025 12:32:29 +0200 Subject: [PATCH] smbd: Fix a typo Bug: https://bugzilla.samba.org/show_bug.cgi?id=15864 Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- source3/smbd/open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 988317b804c..3ffcfa36bb1 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -4540,7 +4540,7 @@ static NTSTATUS mkdir_internal(connection_struct *conn, #ifdef OPENBSD /* * OpenBSD requires to have write permissions - * on both source and destimation of renameat(), + * on both source and destination of renameat(), * see https://bugzilla.samba.org/show_bug.cgi?id=15801 * * For now just disable the new code by default. -- 2.47.2