]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:smb_server: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 1 Aug 2023 03:52:07 +0000 (15:52 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 21 Aug 2023 23:37:29 +0000 (23:37 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/smb_server/smb/negprot.c

index 0721248f434cef6362ef541cdba32e914a1d0496..ad400a076c00db1fd4af16e7813c9a905e453888 100644 (file)
@@ -35,7 +35,7 @@ static NTSTATUS get_challenge(struct smbsrv_connection *smb_conn, uint8_t buff[8
 {
        NTSTATUS nt_status;
 
-       /* multiple negprots are not premitted */
+       /* multiple negprots are not permitted */
        if (smb_conn->negotiate.auth_context) {
                DEBUG(3,("get challenge: is this a secondary negprot?  auth_context is non-NULL!\n"));
                return NT_STATUS_FOOBAR;