svn rev #24565: trunk/src/lib/krb5/error_tables/

tlyu@MIT.EDU tlyu at MIT.EDU
Tue Dec 14 12:24:21 EST 2010


http://src.mit.edu/fisheye/changelog/krb5/?cs=24565
Commit By: tlyu
Log Message:
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.


Changed Files:
U   trunk/src/lib/krb5/error_tables/krb5_err.et
Modified: trunk/src/lib/krb5/error_tables/krb5_err.et
===================================================================
--- trunk/src/lib/krb5/error_tables/krb5_err.et	2010-12-10 01:06:26 UTC (rev 24564)
+++ trunk/src/lib/krb5/error_tables/krb5_err.et	2010-12-14 17:24:21 UTC (rev 24565)
@@ -344,7 +344,7 @@
 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"




More information about the cvs-krb5 mailing list