s4-gensec: Fix spelling in debug message
authorAndrew Bartlett <abartlet@samba.org>
Wed, 16 Oct 2013 02:36:46 +0000 (15:36 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 31 Aug 2014 22:36:41 +0000 (00:36 +0200)
Change-Id: Ia0218c4b1f714d1b829ab0ce5851a4d02a1bf5df
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-By: Jelmer Vernooij <jelmer@samba.org>
source4/auth/gensec/gensec_gssapi.c

index 91cbfcd5296f26935fc25e225ae1a706b1ac3489..2bc6422a99a59e821d2d37811de9ea33cec6e881 100644 (file)
@@ -631,7 +631,7 @@ static NTSTATUS gensec_gssapi_update(struct gensec_security *gensec_security,
                                          gssapi_error_string(out_mem_ctx, maj_stat, min_stat, gensec_gssapi_state->gss_oid)));
                                return NT_STATUS_INVALID_PARAMETER; /* Make SPNEGO ignore us, we can't go any further here */
                        case KRB5_KDC_UNREACH:
-                               DEBUG(3, ("Cannot reach a KDC we require in order to obtain a ticetk to %s: %s\n",
+                               DEBUG(3, ("Cannot reach a KDC we require in order to obtain a ticket to %s: %s\n",
                                          gensec_gssapi_state->target_principal,
                                          gssapi_error_string(out_mem_ctx, maj_stat, min_stat, gensec_gssapi_state->gss_oid)));
                                return NT_STATUS_NO_LOGON_SERVERS; /* Make SPNEGO ignore us, we can't go any further here */