krb5 commit [krb5-1.11]: Correct typo in krb5_rd_req documentation

Tom Yu tlyu at MIT.EDU
Tue Oct 30 11:25:40 EDT 2012


https://github.com/krb5/krb5/commit/5d1b795c846b6fd1209b319ee2c0e188c6665c5a
commit 5d1b795c846b6fd1209b319ee2c0e188c6665c5a
Author: Greg Hudson <ghudson at mit.edu>
Date:   Tue Oct 23 21:08:54 2012 -0400

    Correct typo in krb5_rd_req documentation
    
    (cherry picked from commit 820a0a455a5ddcccf89eddf3a7ee555b8ac4b943)
    
    ticket: 7421
    version_fixed: 1.11
    status: resolved

 src/include/krb5/krb5.hin |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 1db6474..dd2b85b 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.


More information about the cvs-krb5 mailing list