]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Thu, 10 Mar 2022 15:44:44 +0000 (16:44 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 11 Mar 2022 18:22:28 +0000 (18:22 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/open.c

index e59f517781e7708ef8b75aeeae7e53d332d2e904..2792d3d583adef483c309e74b314f40204de8299 100644 (file)
@@ -267,7 +267,7 @@ NTSTATUS smbd_check_access_rights_fsp(struct files_struct *dirfsp,
        if (fsp_get_pathref_fd(fsp) == -1) {
                /*
                 * This is a POSIX open on a symlink. For the pathname
-                * verison of this function we used to return the st_mode
+                * version of this function we used to return the st_mode
                 * bits turned into an NT ACL. For a symlink the mode bits
                 * are always rwxrwxrwx which means the pathname version always
                 * returned NT_STATUS_OK for a symlink. For the handle reference