summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-06-02 16:25:27 +0000
committerTheodore Tso <tytso@mit.edu>1994-06-02 16:25:27 +0000
commit44de2d73fdbbf88474938d0113b2a877ee346c5e (patch)
tree93af9d22e0bb6979708d0208ac219fe4575984e8
parent325a1c8c4f03159fe2efb778ab7e9670a1d84ce4 (diff)
downloadkrb5-44de2d73fdbbf88474938d0113b2a877ee346c5e.tar.gz
krb5-44de2d73fdbbf88474938d0113b2a877ee346c5e.tar.xz
krb5-44de2d73fdbbf88474938d0113b2a877ee346c5e.zip
Silly spelling fix
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3665 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/kdc/kdc_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdc/kdc_util.c b/src/kdc/kdc_util.c
index e7b3d030b..e32be1fac 100644
--- a/src/kdc/kdc_util.c
+++ b/src/kdc/kdc_util.c
@@ -327,7 +327,7 @@ krb5_tkt_authent **ret_authdat;
*
* We try checksumming the req-body two different ways: first we
* try reaching into the raw asn.1 stream (if available), and
- * checksum that directly; if that failes, then we try encoding
+ * checksum that directly; if that fails, then we try encoding
* using our local asn.1 library.
*/
retval = KRB5KRB_AP_ERR_BAD_INTEGRITY;