1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Fix spelling error
Author: Mateusz Ĺukasik <mati75@linuxmint.pl>
--- a/src/tree.c
+++ b/src/tree.c
@@ -102,7 +102,7 @@ void tree_apply()
if (!obt_xml_save_file(parse_i, p, TRUE)) {
gchar *s;
- s = g_strdup_printf("An error occured while saving the "
+ s = g_strdup_printf("An error occurred while saving the "
"config file '%s'", p);
obconf_error(s, FALSE);
g_free(s);
|