]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 28 May 2025 10:32:29 +0000 (12:32 +0200)
committerRalph Boehme <slow@samba.org>
Mon, 2 Jun 2025 17:08:33 +0000 (17:08 +0000)
Bug: https://bugzilla.samba.org/show_bug.cgi?id=15864
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/open.c

index 988317b804c369836928aa18704f38f8e35f3857..3ffcfa36bb1edb0f5784ffd4ece7a13a51cb997e 100644 (file)
@@ -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.