summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-10-23 21:08:54 -0400
committerGreg Hudson <ghudson@mit.edu>2012-10-23 21:08:59 -0400
commit820a0a455a5ddcccf89eddf3a7ee555b8ac4b943 (patch)
tree7d4055efc32fe819a6882974afc9200848f04e93 /src/include
parenta232de08e2747c81ace991bcc6082f3b9e5392b6 (diff)
downloadkrb5-820a0a455a5ddcccf89eddf3a7ee555b8ac4b943.tar.gz
krb5-820a0a455a5ddcccf89eddf3a7ee555b8ac4b943.tar.xz
krb5-820a0a455a5ddcccf89eddf3a7ee555b8ac4b943.zip
Correct typo in krb5_rd_req documentation
ticket: 7421
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/krb5.hin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 1db64743e3..dd2b85be65 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -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.