[Commits] [SCM] claws branch, master, updated. 3.10.1-126-gda036db

claws at claws-mail.org claws at claws-mail.org
Wed Jul 16 16:59:16 CEST 2014


#	This is an automated email from the git hooks/post-receive script. It was
#	generated because a ref change was pushed to the repository containing
#	the project "claws" (Claws Mail).

The branch, master has been updated
       via  da036db0b5d61742164be368fdee45fbda592102 (commit)
      from  491f369b6b868667e774da3d75735332712292cc (commit)

Summary of changes:
 src/plugins/libravatar/libravatar.c         |    2 +-
 src/plugins/libravatar/libravatar_missing.c |    2 +-
 src/plugins/python/python_plugin.c          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit da036db0b5d61742164be368fdee45fbda592102
Author: Paul <paul at claws-mail.org>
Date:   Wed Jul 16 15:59:02 2014 +0100

    fix some typos. patch by Andreas Rönnquist

diff --git a/src/plugins/libravatar/libravatar.c b/src/plugins/libravatar/libravatar.c
index 4f14006..b733d26 100644
--- a/src/plugins/libravatar/libravatar.c
+++ b/src/plugins/libravatar/libravatar.c
@@ -194,7 +194,7 @@ static GtkWidget *image_widget_from_url(const gchar *url, const gchar *md5)
 		if (filesize == 0)
 			missing_add_md5(libravatarmisses, md5);
 	} else {
-		g_warning("could not open '%s' for writting\n", filename);
+		g_warning("could not open '%s' for writing\n", filename);
 	}
 	curl_easy_cleanup(curl);
 	g_free(filename);
diff --git a/src/plugins/libravatar/libravatar_missing.c b/src/plugins/libravatar/libravatar_missing.c
index 6288dc7..c56ef32 100644
--- a/src/plugins/libravatar/libravatar_missing.c
+++ b/src/plugins/libravatar/libravatar_missing.c
@@ -106,7 +106,7 @@ gint missing_save_to_file(GHashTable *table, const gchar *filename)
 	FILE *file = fopen(filename, "w");
 
 	if (file == NULL) {
-		g_warning("Cannot open %s for writting\n", filename);
+		g_warning("Cannot open %s for writing\n", filename);
 		return -1;
 	}
 
diff --git a/src/plugins/python/python_plugin.c b/src/plugins/python/python_plugin.c
index ada776a..e4efa46 100644
--- a/src/plugins/python/python_plugin.c
+++ b/src/plugins/python/python_plugin.c
@@ -732,7 +732,7 @@ const gchar *plugin_desc(void)
       " under Tools -> Show Python console, or stored in scripts.\n\n"
       "These scripts are then available via the menu. You can assign"
       " keyboard shortcuts to them just like it is done with other menu items."
-      " You can also put buttons for script invokation into the toolbars"
+      " You can also put buttons for script invocation into the toolbars"
       " using Claws Mail's builtin toolbar editor.\n\n"
       "You can provide scripts working on the main window by placing files"
       " into ~/.claws-mail/python-scripts/main.\n\n"

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list