s4:libcli/ldap: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Fri, 21 Jul 2023 00:42:43 +0000 (12:42 +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/libcli/ldap/ldap_bind.c

index 5c018535cceaef61ee43af44cb21d2347a79e621..8db1d76d38033a109847d4ca9738ede4bf86fd7b 100644 (file)
@@ -391,7 +391,7 @@ try_logon_again:
                 * 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.