File: spelling.patch

package info (click to toggle)
ltrsift 1.0.2-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,184 kB
  • sloc: ansic: 14,200; makefile: 119; sh: 29
file content (26 lines) | stat: -rw-r--r-- 1,048 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: Fix spelling
Author: Andreas Tille <tille@debian.org>
Last-Update: 2018-07-11

--- a/src/menubar.c
+++ b/src/menubar.c
@@ -1218,7 +1218,7 @@
     else if (err->domain == G_FILE_ERROR)
       g_warning("GFileError: %s\n", err->message);
     else
-      g_warning("An error in the domain: %d has occured!\n", err->domain);
+      g_warning("An error in the domain: %d has occurred!\n", err->domain);
 
     g_error_free(err);
   }
--- a/src/message_strings.h
+++ b/src/message_strings.h
@@ -147,7 +147,7 @@
                             "version     = \"Script version here\"\n" \
                             "email       = \"Your email here\"\n" \
                             "short_descr = \"Short description here\"\n" \
-                            "description = \"Script desription here\"\n\n" \
+                            "description = \"Script description here\"\n\n" \
                             "function filter(gn)\n"\
                             "  return true -- return false\n" \
                             "end"