s4:gensec: fix a comment typo
authorMichael Adam <obnox@samba.org>
Mon, 11 Jun 2012 22:29:11 +0000 (00:29 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 12 Jun 2012 05:21:45 +0000 (07:21 +0200)
source4/auth/gensec/gensec_krb5.c

index 6209c2ec4efc1d01eb500c90c5e7c2fa499a7c12..140a165783b5d8a196d09c339b0c321ceb141866 100644 (file)
@@ -262,7 +262,7 @@ static NTSTATUS gensec_krb5_common_client_start(struct gensec_security *gensec_s
        gensec_krb5_state->ap_req_options = AP_OPTS_USE_SUBKEY;
 
        if (gensec_krb5_state->gssapi) {
-               /* The Fake GSSAPI modal emulates Samba3, which does not do mutual authentication */
+               /* The Fake GSSAPI model emulates Samba3, which does not do mutual authentication */
                if (gensec_setting_bool(gensec_security->settings, "gensec_fake_gssapi_krb5", "mutual", false)) {
                        gensec_krb5_state->ap_req_options |= AP_OPTS_MUTUAL_REQUIRED;
                }