File: spelling-error-in-binary.patch

package info (click to toggle)
d1x-rebirth 0.60~git20250524-1
  • links: PTS, VCS
  • area: non-free
  • in suites: sid
  • size: 9,748 kB
  • sloc: cpp: 140,808; python: 826; ansic: 544; ada: 359; xml: 302; sh: 270; makefile: 116
file content (56 lines) | stat: -rw-r--r-- 3,551 bytes parent folder | download | duplicates (2)
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
Description: spelling fix
Author: Sébastien Noel <sebastien@twolife.be>
Forwarded: not-needed
--- a/common/main/text.h
+++ b/common/main/text.h
@@ -566,7 +566,7 @@
 #define TXT_BAUD			dxx_gettext(550, "Baud")
 #define TXT_CONSISTENCY_ERROR		dxx_gettext(551, "A consistency error has been\ndetected in your network connection.\nCheck you hardware and re-join")
 #define TXT_PRESS_ANY_KEY2		dxx_gettext(552, "Press any key to continue (Print Screen to save screenshot)")
-#define TXT_DEMO_SAVE_NOSPACE		dxx_gettext(553, "An error occured while writing\ndemo.  Demo is likely corrupted.\nEnter demo name now or\npress ESC to delete demo.")
+#define TXT_DEMO_SAVE_NOSPACE		dxx_gettext(553, "An error occurred while writing\ndemo.  Demo is likely corrupted.\nEnter demo name now or\npress ESC to delete demo.")
 #define TXT_CNTRLCEN_INVUL		dxx_gettext(554, "The main reactor is invulnerable for")
 #define TXT_NO_DESTSAT_LVL		dxx_gettext(555, "The level being loaded is not\navailable in Destination Saturn.\nUnable to continue demo playback.\n\nPress any key to continue.")
 #define TXT_REACTOR_LIFE		dxx_gettext(556, "Reactor life")
@@ -1091,7 +1091,7 @@
 #define TXT_BAUD                dxx_gettext(570, "Baud")
 #define TXT_CONSISTENCY_ERROR   dxx_gettext(571, "A consistency error has been\ndetected in your network connection.\nCheck you hardware and re-join")
 #define TXT_PRESS_ANY_KEY2      dxx_gettext(572, "Press any key to continue (Print Screen to save screenshot)")
-#define TXT_DEMO_SAVE_NOSPACE   dxx_gettext(573, "An error occured while writing\ndemo.  Demo is likely corrupted.\nEnter demo name now or\npress ESC to delete demo.")
+#define TXT_DEMO_SAVE_NOSPACE   dxx_gettext(573, "An error occurred while writing\ndemo.  Demo is likely corrupted.\nEnter demo name now or\npress ESC to delete demo.")
 #define TXT_CNTRLCEN_INVUL      dxx_gettext(574, "The main reactor is invulnerable for")
 #define TXT_NO_DESTSAT_LVL      dxx_gettext(575, "The level being loaded is not\navailable in Destination Saturn.\nUnable to continue demo playback.\n\nPress any key to continue.")
 #define TXT_REACTOR_LIFE        dxx_gettext(576, "Reactor life")
--- a/similar/main/bmread.cpp
+++ b/similar/main/bmread.cpp
@@ -1868,7 +1868,7 @@
 
 #if DXX_BUILD_DESCENT == 1
 	if (type == -1)
-		Error("No object type specfied for object in BITMAPS.TBL on line %d\n",linenum);
+		Error("No object type specified for object in BITMAPS.TBL on line %d\n",linenum);
 
 	ObjType[Num_total_object_types] = type;
 	ObjId[Num_total_object_types] = model_num;
--- a/similar/main/mission.cpp
+++ b/similar/main/mission.cpp
@@ -937,7 +937,7 @@
 
 }
 
-//loads the specfied mission from the mission list.
+//loads the specified mission from the mission list.
 //build_mission_list() must have been called.
 //Returns true if mission loaded ok, else false.
 namespace dsx {
--- a/similar/main/text.cpp
+++ b/similar/main/text.cpp
@@ -119,7 +119,7 @@
 		"Baud",
 		"A consistency error has been\ndetected in your network connection.\nCheck you hardware and re-join",
 		"Press any key to continue (Print Screen to save screenshot)",
-		"An error occured while writing\ndemo.  Demo is likely corrupted.\nEnter demo name now or\npress ESC to delete demo.",
+		"An error occurred while writing\ndemo.  Demo is likely corrupted.\nEnter demo name now or\npress ESC to delete demo.",
 		"The main reactor is invulnerable for",
 		"The level being loaded is not\navailable in Destination Saturn.\nUnable to continue demo playback.\n\nPress any key to continue.",
 		"Reactor life",