From: Volker Lendecke Date: Thu, 31 Aug 2023 10:50:09 +0000 (+0200) Subject: smbd: Fix a typo X-Git-Tag: tevent-0.16.0~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4a05fc145062dcf3efdda99645a40473596a2fb;p=thirdparty%2Fsamba.git smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 72d22a17cf3..e70ad218ffe 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -1603,7 +1603,7 @@ static NTSTATUS open_file( * There is only one legit case where end up here: * openat_pathref_fsp() failed to open a symlink, so the * fsp was created by fsp_new() which doesn't set - * is_pathref. Other then that, we should always have a + * is_pathref. Other than that, we should always have a * pathref fsp at this point. The subsequent checks * assert this. */