]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Correct typo in krb5_rd_req documentation
authorGreg Hudson <ghudson@mit.edu>
Wed, 24 Oct 2012 01:08:54 +0000 (21:08 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 24 Oct 2012 01:08:59 +0000 (21:08 -0400)
ticket: 7421

src/include/krb5/krb5.hin

index 1db64743e326ac153fdfeec98ee94d75787e951f..dd2b85be65e09ea6dd639573e745a50a823fb8d1 100644 (file)
@@ -5132,7 +5132,7 @@ krb5_get_in_tkt_with_keytab(krb5_context context, krb5_flags options,
  *
  * If a replay cache handle is provided in the @a auth_context, the
  * authenticator and ticket are verified against it.  If no conflict is found,
- * the new authenticator is then stored in the replay cash of @a auth_context.
+ * the new authenticator is then stored in the replay cache of @a auth_context.
  *
  * Various other checks are performed on the decoded data, including
  * cross-realm policy, clockskew, and ticket validation times.