]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:librpc: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 20 Jul 2023 23:30:59 +0000 (11:30 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Aug 2023 04:39:37 +0000 (04:39 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/librpc/rpc/dcerpc_auth.c

index 52dffec8ae430ae4550885704c24f3b253d49580..7f84bdf38a3b478a7f65390bb4ca1ba4b7d0ec37 100644 (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
         * claims 'MORE_PROCESSING_REQUIRED' then you must keep
         * 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),
         * 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
         * claims 'MORE_PROCESSING_REQUIRED' then you must keep
         * 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),
         * it doesn't like that either