Package: renameutils / 0.12.0-7

typo_fix.patch Patch series | 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Description: Fix typo in error message
Forwarded: yes
Author: Francois Marier <francois@debian.org>
Last-Update: 2018-05-10

--- a/po/fr.po
+++ b/po/fr.po
@@ -722,7 +722,7 @@ msgstr "Variable accessible en écriture seulement\n"
 #: src/common/error.c:104
 #, c-format
 msgid ""
-"An internal error has occured. Please report this error by sending the\n"
+"An internal error has occurred. Please report this error by sending the\n"
 "output below to %s.\n"
 "\n"
 "Program: %s\n"
diff --git a/po/renameutils.pot b/po/renameutils.pot
index 9c0c9c5..c3e3ea4 100644
--- a/po/renameutils.pot
+++ b/po/renameutils.pot
@@ -581,7 +581,7 @@ msgstr ""
 #: src/common/error.c:104
 #, c-format
 msgid ""
-"An internal error has occured. Please report this error by sending the\n"
+"An internal error has occurred. Please report this error by sending the\n"
 "output below to %s.\n"
 "\n"
 "Program: %s\n"
diff --git a/po/sv.po b/po/sv.po
index e44f1f8..784c410 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -705,7 +705,7 @@ msgstr "Skriv-enbart-variabel\n"
 #: src/common/error.c:104
 #, c-format
 msgid ""
-"An internal error has occured. Please report this error by sending the\n"
+"An internal error has occurred. Please report this error by sending the\n"
 "output below to %s.\n"
 "\n"
 "Program: %s\n"
diff --git a/src/common/error.c b/src/common/error.c
index 72ac9b5..d6544e3 100644
--- a/src/common/error.c
+++ b/src/common/error.c
@@ -87,7 +87,7 @@ free_error(void)
 
 /**
  * This function should be called when an internal error has
- * occured. It will display a more verbose message, asking
+ * occurred. It will display a more verbose message, asking
  * the user to mail the program author.
  *
  * @param msg
@@ -102,7 +102,7 @@ internal_error(const char *msg, ...)
 	if (program_termination_hook != NULL)
 		program_termination_hook();
 	fprintf(stderr, _("\
-An internal error has occured. Please report this error by sending the\n\
+An internal error has occurred. Please report this error by sending the\n\
 output below to %s.\n\
 \n\
 Program: %s\n\