[krb5-auth-dialog] dummy-strings: Fix typo



commit 53543459d5672a58eb6b45b906100ea9479edae0
Author: Guido Günther <agx sigxcpu org>
Date:   Mon Feb 15 13:55:29 2021 +0100

    dummy-strings: Fix typo
    
    Fix the typo that was fixed in the Kerberos error strings. Don't
    regenrate all strings to not break that many translations until
    we found a better way to handle user facing translations.
    
    Closes: #7

 src/dummy-strings.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/dummy-strings.c b/src/dummy-strings.c
index 272ee53..4978ed2 100644
--- a/src/dummy-strings.c
+++ b/src/dummy-strings.c
@@ -211,7 +211,7 @@ const char *dummy[] = {
        N_("Ccache function not supported: not implemented"),   /* krb5_err.et:krb5:KRB5_CC_NOSUPP */
        N_("Invalid format of Kerberos lifetime or clock skew string"), /* 
krb5_err.et:krb5:KRB5_DELTAT_BADFORMAT */
        N_("Supplied data not handled by this plugin"), /* krb5_err.et:krb5:KRB5_PLUGIN_NO_HANDLE */
-       N_("Plugin does not support the operaton"),     /* krb5_err.et:krb5:KRB5_PLUGIN_OP_NOTSUPP */
+       N_("Plugin does not support the operation"),    /* krb5_err.et:krb5:KRB5_PLUGIN_OP_NOTSUPP */
        N_("Kerberos V5 magic number table"),   /* kv5m_err.et:kv5m:KV5M_NONE */
        N_("Bad magic number for krb5_principal structure"),    /* kv5m_err.et:kv5m:KV5M_PRINCIPAL */
        N_("Bad magic number for krb5_data structure"), /* kv5m_err.et:kv5m:KV5M_DATA */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]