diff options
| author | Tom Yu <tlyu@mit.edu> | 2010-12-14 17:24:21 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2010-12-14 17:24:21 +0000 |
| commit | 20337d95b42b43d3f6858294490f0ee1ba3a007d (patch) | |
| tree | 3131bd1f66accb7987a477411ef4df18f4094d06 /src/lib | |
| parent | 96f83b4084af2acd9ff3f7a3304efb22c9e05171 (diff) | |
| download | krb5-20337d95b42b43d3f6858294490f0ee1ba3a007d.tar.gz krb5-20337d95b42b43d3f6858294490f0ee1ba3a007d.tar.xz krb5-20337d95b42b43d3f6858294490f0ee1ba3a007d.zip | |
typo in plugin-related error message
Apply patch from Marcus Watts to fix error message typo.
ticket: 6840
tags: pullup
target_version: 1.9
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24565 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/error_tables/krb5_err.et | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et index b771122d78..4e34efd454 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" |
