summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/error_tables
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-12-21 23:53:58 +0000
committerTheodore Tso <tytso@mit.edu>1995-12-21 23:53:58 +0000
commit022716c37fbb66711570208fe4002d9b9c249e8b (patch)
treefc650bb450e718cadd5a4db3252f9dfda3addca5 /src/lib/krb5/error_tables
parentac6812acc7d22a8e4391a38d7f1aa37ccb660631 (diff)
downloadkrb5-022716c37fbb66711570208fe4002d9b9c249e8b.tar.gz
krb5-022716c37fbb66711570208fe4002d9b9c249e8b.tar.xz
krb5-022716c37fbb66711570208fe4002d9b9c249e8b.zip
Fixed typo (missing comma) in file
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7247 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/error_tables')
-rw-r--r--src/lib/krb5/error_tables/krb5_err.et2
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 71b8c8e30b..1e205a7300 100644
--- a/src/lib/krb5/error_tables/krb5_err.et
+++ b/src/lib/krb5/error_tables/krb5_err.et
@@ -254,7 +254,7 @@ error_code KRB5_FCC_NOFILE, "No credentials cache file found"
error_code KRB5_FCC_INTERNAL, "Internal file credentials cache error"
error_code KRB5_CC_WRITE, "Error writing to credentials cache file"
error_code KRB5_CC_NOMEM, "No more memory to allocate (in credentials cache code)"
-error_code KRB5_CC_FORMAT "Bad format in credentials cache"
+error_code KRB5_CC_FORMAT, "Bad format in credentials cache"
# errors for dual tgt library calls
error_code KRB5_INVALID_FLAGS, "Invalid KDC option combination (library internal error)"