File: fix-spelling-error.patch

package info (click to toggle)
obconf 1%3A2.0.4%2Bgit20150213-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 2,864 kB
  • ctags: 434
  • sloc: sh: 4,649; ansic: 2,940; makefile: 117; sed: 16; xml: 10
file content (14 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (2)
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);