diff --git a/lib/krb5/cache.c b/lib/krb5/cache.c index 6688e9fe8..5edfde543 100644 --- a/lib/krb5/cache.c +++ b/lib/krb5/cache.c @@ -1111,7 +1111,7 @@ krb5_cc_cache_match (krb5_context context, krb5_unparse_name(context, client, &str); krb5_set_error_message(context, KRB5_CC_NOTFOUND, - N_("Principal %s not found in a " + N_("Principal %s not found in any " "credential cache", ""), str ? str : ""); if (str)