summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;