Fix typo
authorRicardo Mones <ricardo@mones.org>
Sun, 7 Aug 2016 19:09:19 +0000 (21:09 +0200)
committerRicardo Mones <ricardo@mones.org>
Sun, 7 Aug 2016 19:09:19 +0000 (21:09 +0200)
src/passwordstore.c

index 87de3faa9213d7199d13035cfd3ce7b7a5e13bb2..b53ea77e21ab4be8e3b33d59e60cfa3aa2b9ef0e 100644 (file)
@@ -435,7 +435,7 @@ void passwd_store_read_config(void)
                                } else if (!strcmp(typestr, "plugin")) {
                                        type = PWS_PLUGIN;
                                } else {
                                } 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;
                                }
                                        g_strfreev(line);
                                        i++; continue;
                                }