1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4:librpc: Fix code spelling

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-07-21 11:30:59 +12:00 committed by Andrew Bartlett
parent 936c9ae143
commit 9c880e868d

View File

@ -181,7 +181,7 @@ static void bind_auth_next_step(struct composite_context *c)
* of the system. Even if the other end accepts, if GENSEC * of the system. Even if the other end accepts, if GENSEC
* claims 'MORE_PROCESSING_REQUIRED' then you must keep * claims 'MORE_PROCESSING_REQUIRED' then you must keep
* feeding it blobs, or else the remote host/attacker might * feeding it blobs, or else the remote host/attacker might
* avoid mutal authentication requirements. * avoid mutual authentication requirements.
* *
* Likewise, you must not feed GENSEC too much (after the OK), * Likewise, you must not feed GENSEC too much (after the OK),
* it doesn't like that either * it doesn't like that either
@ -433,7 +433,7 @@ struct composite_context *dcerpc_bind_auth_send(TALLOC_CTX *mem_ctx,
* of the system. Even if the other end accepts, if GENSEC * of the system. Even if the other end accepts, if GENSEC
* claims 'MORE_PROCESSING_REQUIRED' then you must keep * claims 'MORE_PROCESSING_REQUIRED' then you must keep
* feeding it blobs, or else the remote host/attacker might * feeding it blobs, or else the remote host/attacker might
* avoid mutal authentication requirements. * avoid mutual authentication requirements.
* *
* Likewise, you must not feed GENSEC too much (after the OK), * Likewise, you must not feed GENSEC too much (after the OK),
* it doesn't like that either * it doesn't like that either