From: Greg Hudson Date: Mon, 5 Apr 2010 16:32:12 +0000 (+0000) Subject: Fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b9b2130f8db18dac99e026c1bc2386b02baf67c;p=thirdparty%2Fkrb5.git Fix typo git-svn-id: svn://anonsvn.mit.edu/krb5/branches/iakerb@23863 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/gc_frm_kdc_step.c b/src/lib/krb5/krb/gc_frm_kdc_step.c index d68db2d44f..184e28939e 100644 --- a/src/lib/krb5/krb/gc_frm_kdc_step.c +++ b/src/lib/krb5/krb/gc_frm_kdc_step.c @@ -701,7 +701,7 @@ find_realm_in_path(krb5_context context, krb5_tkt_creds_context ctx, /* * Generate the next request in the path traversal. If a cached TGT for the * target realm appeared in the ccache since we started the TGT acquisition - * process, tihs function may invoke end_get_tgt(). + * process, this function may invoke end_get_tgt(). */ static krb5_error_code get_tgt_request(krb5_context context, krb5_tkt_creds_context ctx)