From 0f08f199cc13fa1a8dbecb22c7ebb3c88a924a5e Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 7 Feb 2000 12:54:17 +0000 Subject: [PATCH] illegal -> invalid git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7896 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_err.et | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/krb5/krb5_err.et b/lib/krb5/krb5_err.et index d332f1b0e..4d6799f64 100644 --- a/lib/krb5/krb5_err.et +++ b/lib/krb5/krb5_err.et @@ -51,7 +51,7 @@ error_code ERR_BADVERSION, "Protocol version mismatch" error_code ERR_MSG_TYPE, "Invalid message type" error_code ERR_MODIFIED, "Message stream modified" error_code ERR_BADORDER, "Message out of order" -error_code ERR_ILL_CR_TKT, "Illegal cross-realm ticket" +error_code ERR_ILL_CR_TKT, "Invalid cross-realm ticket" error_code ERR_BADKEYVER, "Key version is not available" error_code ERR_NOKEY, "Service key not available" error_code ERR_MUT_FAIL, "Mutual authentication failed" @@ -78,7 +78,7 @@ error_code KRB5_LIBOS_CANTREADPWD, "Cannot read password" error_code KRB5_LIBOS_BADPWDMATCH, "Password mismatch" error_code KRB5_LIBOS_PWDINTR, "Password read interrupted" -error_code KRB5_PARSE_ILLCHAR, "Illegal character in component name" +error_code KRB5_PARSE_ILLCHAR, "Invalid character in component name" error_code KRB5_PARSE_MALFORMED, "Malformed representation of principal" error_code KRB5_CONFIG_CANTOPEN, "Can't open/find configuration file"