[Commits] [SCM] claws branch, master, updated. 3.14.0-2-ge48b739

mones at claws-mail.org mones at claws-mail.org
Sun Aug 7 21:09:32 CEST 2016


The branch, master has been updated
       via  e48b73905257071c561d1ae4dc4d1f040ee1fbd1 (commit)
      from  7e40ad73bf2647dddc554f22dad767bfbf8fafc3 (commit)

Summary of changes:
 src/passwordstore.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit e48b73905257071c561d1ae4dc4d1f040ee1fbd1
Author: Ricardo Mones <ricardo at mones.org>
Date:   Sun Aug 7 21:09:19 2016 +0200

    Fix typo

diff --git a/src/passwordstore.c b/src/passwordstore.c
index 87de3fa..b53ea77 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;
 				}

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list