From 44de2d73fdbbf88474938d0113b2a877ee346c5e Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 2 Jun 1994 16:25:27 +0000 Subject: [PATCH] Silly spelling fix git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3665 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kdc/kdc_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.26.2