krb5 commit: Correct typo in krb5_responder_context_st descr
Zhanna A Tsitkova
tsitkova at MIT.EDU
Mon Jan 14 13:49:26 EST 2013
https://github.com/krb5/krb5/commit/0d4305e5a988acde70952966eec2b6b6b46eedd8
commit 0d4305e5a988acde70952966eec2b6b6b46eedd8
Author: Zhanna Tsitkov <tsitkova at mit.edu>
Date: Mon Jan 14 13:46:05 2013 -0500
Correct typo in krb5_responder_context_st descr
responder_get_challenge() meant to be krb5_responder_get_challenge()
src/include/krb5/krb5.hin | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 4a7e5c0..687f2b9 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -6450,9 +6450,10 @@ krb5_prompter_posix(krb5_context context, void *data, const char *name,
* A responder context is supplied by the krb5 authentication system to a @ref
* krb5_responder_fn callback. It contains a list of questions and can receive
* answers. Questions contained in a responder context can be listed using
- * krb5_responder_list_questions(), retrieved using responder_get_challenge(),
- * or answered using krb5_responder_set_answer(). The form of a question's
- * challenge and answer depend on the question name.
+ * krb5_responder_list_questions(), retrieved using
+ * krb5_responder_get_challenge(), or answered using
+ * krb5_responder_set_answer(). The form of a question's challenge and
+ * answer depend on the question name.
*
* @version First introduced in 1.11
*/
More information about the cvs-krb5
mailing list