commit e48b73905257071c561d1ae4dc4d1f040ee1fbd1 parent 7e40ad73bf2647dddc554f22dad767bfbf8fafc3 Author: Ricardo Mones <ricardo@mones.org> Date: Sun, 7 Aug 2016 21:09:19 +0200 Fix typo Diffstat:
| M | src/passwordstore.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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; }