From 936c9ae14393461033ffe2dbc90ce6155f3c10aa Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Fri, 21 Jul 2023 12:43:07 +1200 Subject: [PATCH] s4:libcli/smb_composite: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- source4/libcli/smb_composite/sesssetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/libcli/smb_composite/sesssetup.c b/source4/libcli/smb_composite/sesssetup.c index 391ee081fe6..0868cfe5d7c 100644 --- a/source4/libcli/smb_composite/sesssetup.c +++ b/source4/libcli/smb_composite/sesssetup.c @@ -212,7 +212,7 @@ static void request_handler(struct smbcli_request *req) * vital to the security of the system. Even if the other end * accepts, if GENSEC claims 'MORE_PROCESSING_REQUIRED' then * you must keep feeding it blobs, or else the remote - * host/attacker might avoid mutal authentication + * host/attacker might avoid mutual authentication * requirements */ subreq = gensec_update_send(state, c->event_ctx, -- 2.47.3