diff options
author | Mitchell Berger <mitchb@mit.edu> | 2001-06-20 03:44:12 +0000 |
---|---|---|
committer | Mitchell Berger <mitchb@mit.edu> | 2001-06-20 03:44:12 +0000 |
commit | 44a4b461d1bc6c42448573be4e29fce7619ee0d9 (patch) | |
tree | 5407cbb0e73448c4daf7bd1f638320d73fdb2c22 | |
parent | 3ef1ecb6226c6d976b2eccc4d6882c7dafa466fa (diff) | |
download | krb5-44a4b461d1bc6c42448573be4e29fce7619ee0d9.tar.gz krb5-44a4b461d1bc6c42448573be4e29fce7619ee0d9.tar.xz krb5-44a4b461d1bc6c42448573be4e29fce7619ee0d9.zip |
* krb5.tex: Silly typo fixed
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13391 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r-- | doc/api/ChangeLog | 4 | ||||
-rw-r--r-- | doc/api/krb5.tex | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/api/ChangeLog b/doc/api/ChangeLog index d7f76d2b1e..48a79732a5 100644 --- a/doc/api/ChangeLog +++ b/doc/api/ChangeLog @@ -1,3 +1,7 @@ +2001-06-19 Mitchell Berger <mitchb@mit.edu> + + * krb5.tex: Silly typo fixed. + Wed Oct 18 09:55:25 2000 Ezra Peisach <epeisach@mit.edu> * library.tex: Update to latex2e. Include krb5idx.sty. diff --git a/doc/api/krb5.tex b/doc/api/krb5.tex index 93cabbd018..3feedd63ee 100644 --- a/doc/api/krb5.tex +++ b/doc/api/krb5.tex @@ -1215,7 +1215,7 @@ Formats and encrypts an AP_REP message, including in it the data in the authentp portion of \funcparam{auth_context}, encrypted using the keyblock portion of \funcparam{auth_context}. -When successfull, \funcparam{outbuf{\ptsto}length} and +When successful, \funcparam{outbuf{\ptsto}length} and \funcparam{outbuf{\ptsto}data} are filled in with the length of the AP_REQ message and allocated data holding it. \funcparam{outbuf{\ptsto}data} should be freed by the |