From: Ricardo Mones Date: Sun, 7 Aug 2016 19:09:19 +0000 (+0200) Subject: Fix typo X-Git-Tag: 3.14.1~134 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=e48b73905257071c561d1ae4dc4d1f040ee1fbd1 Fix typo --- diff --git a/src/passwordstore.c b/src/passwordstore.c index 87de3faa9..b53ea77e2 100644 --- a/src/passwordstore.c +++ b/src/passwordstore.c @@ -435,7 +435,7 @@ void passwd_store_read_config(void) } else if (!strcmp(typestr, "plugin")) { type = PWS_PLUGIN; } else { - debug_print("Uknown password block type: '%s'\n", typestr); + debug_print("Unknown password block type: '%s'\n", typestr); g_strfreev(line); i++; continue; }