From: Michael Adam Date: Mon, 11 Jun 2012 22:29:11 +0000 (+0200) Subject: s4:gensec: fix a comment typo X-Git-Tag: samba-4.0.0beta2~207 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b2175c83416e7e5bcd76c79cf927ad806d4a562;p=thirdparty%2Fsamba.git s4:gensec: fix a comment typo --- diff --git a/source4/auth/gensec/gensec_krb5.c b/source4/auth/gensec/gensec_krb5.c index 6209c2ec4ef..140a165783b 100644 --- a/source4/auth/gensec/gensec_krb5.c +++ b/source4/auth/gensec/gensec_krb5.c @@ -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; }