fix some typos. patch by Andreas Rönnquist
[claws.git] / src / plugins / libravatar / libravatar_missing.c
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) {
-               g_warning("Cannot open %s for writting\n", filename);
+               g_warning("Cannot open %s for writing\n", filename);
                return -1;
        }