From: Volker Lendecke Date: Tue, 2 Nov 2021 10:06:18 +0000 (+0100) Subject: smbd: Fix a typo X-Git-Tag: ldb-2.5.0~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cde87d62d35e7691d29bd7a5aa45022c96db4fd3;p=thirdparty%2Fsamba.git smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/dosmode.c b/source3/smbd/dosmode.c index 99cb8607944..cc8ab6b121e 100644 --- a/source3/smbd/dosmode.c +++ b/source3/smbd/dosmode.c @@ -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