fix some typos. patch by Andreas Rönnquist
authorPaul <paul@claws-mail.org>
Wed, 16 Jul 2014 14:59:02 +0000 (15:59 +0100)
committerPaul <paul@claws-mail.org>
Wed, 16 Jul 2014 14:59:02 +0000 (15:59 +0100)
src/plugins/libravatar/libravatar.c
src/plugins/libravatar/libravatar_missing.c
src/plugins/python/python_plugin.c

index 4f14006be9aad57f4c7487831e6637e7a0d0b4b0..b733d26b304adc003edf4497b671e5ae85e7434d 100644 (file)
@@ -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 {
                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);
        }
        curl_easy_cleanup(curl);
        g_free(filename);
index 6288dc7cd17920c5ad1613fb682f585a3ca52da5..c56ef32bfef9f07ef88badfba37feae605e7b2be 100644 (file)
@@ -106,7 +106,7 @@ gint missing_save_to_file(GHashTable *table, const gchar *filename)
        FILE *file = fopen(filename, "w");
 
        if (file == NULL) {
        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;
        }
 
                return -1;
        }
 
index ada776a8bd12d75f6a56af1efd7bfe33e64dcc4e..e4efa46637bbfdb1e7afa8716bc9fe6287e2a9b1 100644 (file)
@@ -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."
       " 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"
       " 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"