Fix typo
[claws.git] / 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 {
-                                       debug_print("Uknown password block type: '%s'\n", typestr);
+                                       debug_print("Unknown password block type: '%s'\n", typestr);
                                        g_strfreev(line);
                                        i++; continue;
                                }