From: Tom Yu Date: Tue, 14 Dec 2010 23:10:45 +0000 (+0000) Subject: pull up r24565 from trunk X-Git-Tag: krb5-1.9-beta3~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a08c4b610e119dd26e137fdf196024f56d5d7a82;p=krb5.git pull up r24565 from trunk ------------------------------------------------------------------------ r24565 | tlyu | 2010-12-14 12:24:21 -0500 (Tue, 14 Dec 2010) | 7 lines ticket: 6840 subject: typo in plugin-related error message tags: pullup target_version: 1.9 Apply patch from Marcus Watts to fix error message typo. ticket: 6840 version_fixed: 1.9 status: resolved git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-9@24571 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et index b771122d7..4e34efd45 100644 --- a/src/lib/krb5/error_tables/krb5_err.et +++ b/src/lib/krb5/error_tables/krb5_err.et @@ -344,7 +344,7 @@ error_code KRB5_CC_NOSUPP, "Ccache function not supported: not implemented" error_code KRB5_DELTAT_BADFORMAT, "Invalid format of Kerberos lifetime or clock skew string" error_code KRB5_PLUGIN_NO_HANDLE, "Supplied data not handled by this plugin" -error_code KRB5_PLUGIN_OP_NOTSUPP, "Plugin does not support the operaton" +error_code KRB5_PLUGIN_OP_NOTSUPP, "Plugin does not support the operation" error_code KRB5_ERR_INVALID_UTF8, "Invalid UTF-8 string" error_code KRB5_ERR_FAST_REQUIRED, "FAST protected pre-authentication required but not supported by KDC"