]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 2 Nov 2021 10:06:18 +0000 (11:06 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 11 Nov 2021 19:08:37 +0000 (19:08 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/dosmode.c

index 99cb86079448ce33a7968de18c9e3ae74969fa96..cc8ab6b121eb8d6798a0f3662cb8987e8e22af46 100644 (file)
@@ -874,7 +874,7 @@ static void dos_mode_at_vfs_get_dosmode_done(struct tevent_req *subreq)
                 * valid (cf the checks in dos_mode() and dos_mode_at_send().
                 *
                 * If SMB_VFS_GET_DOS_ATTRIBUTES[_SEND|_RECV] fails we must call
-                * dos_mode_post() which also does the mapping of a last ressort
+                * dos_mode_post() which also does the mapping of a last resort
                 * from S_IFMT(st_mode).
                 *
                 * Only if we get NT_STATUS_NOT_IMPLEMENTED from a stacked VFS