From e48b73905257071c561d1ae4dc4d1f040ee1fbd1 Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Sun, 7 Aug 2016 21:09:19 +0200 Subject: [PATCH] Fix typo --- src/passwordstore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.25.1