summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-09-07 05:28:22 +0000
committerbillf <billf@FreeBSD.org>1999-09-07 05:28:22 +0000
commit33adb981d4021526b69c31fe25c2fc524378289f (patch)
tree2b20d31bdcfd41532671d22fc26283542eecba2a /games
parent891ef5237f5e7982f1fbd4837b861a3d1f17bedc (diff)
downloadFreeBSD-src-33adb981d4021526b69c31fe25c2fc524378289f.zip
FreeBSD-src-33adb981d4021526b69c31fe25c2fc524378289f.tar.gz
Spelling fixes.
PR: bin/12727 Submitted by: Stephen J. Roznowski <sjr@home.com> Obtained from: NetBSD && NetBSD PR system
Diffstat (limited to 'games')
-rw-r--r--games/battlestar/com2.c2
-rw-r--r--games/battlestar/com5.c4
-rw-r--r--games/battlestar/dayfile.c4
-rw-r--r--games/battlestar/globals.c4
-rw-r--r--games/battlestar/nightfile.c4
5 files changed, 9 insertions, 9 deletions
diff --git a/games/battlestar/com2.c b/games/battlestar/com2.c
index dd0eea4..bc76924 100644
--- a/games/battlestar/com2.c
+++ b/games/battlestar/com2.c
@@ -274,7 +274,7 @@ ravage()
follow()
{
if (followfight == gtime){
- puts("The Dark Lord leaps away and runs down secret tunnels and corridoors.");
+ puts("The Dark Lord leaps away and runs down secret tunnels and corridors.");
puts("You chase him through the darkness and splash in pools of water.");
puts("You have cornered him. His laser sword extends as he steps forward.");
position = FINAL;
diff --git a/games/battlestar/com5.c b/games/battlestar/com5.c
index 3027afd..7d41bb0 100644
--- a/games/battlestar/com5.c
+++ b/games/battlestar/com5.c
@@ -108,7 +108,7 @@ love()
return;
}
if (wordvalue[wordnumber] == NATIVE){
- puts("The girl is easy prey. She peals off her sarong and indulges you.");
+ puts("The girl is easy prey. She peels off her sarong and indulges you.");
power++;
pleasure += 5;
printf("Girl:\n");
@@ -299,7 +299,7 @@ give()
puts("\nBut, as the year wears on and autumn comes along, you become restless and");
puts("yearn for adventure. The goddess, too, realizes that the marriage can't last.");
puts("She becomes bored and takes several more natives as husbands. One evening,");
- puts("after having been out drinking with the girls, she kicks the throne particulary");
+ puts("after having been out drinking with the girls, she kicks the throne particularly");
puts("hard and wakes you up. (If you want to win this game, you're going to have to\nshoot her!)");
clearbit(location[position].objects,MEDALION);
wintime = gtime;
diff --git a/games/battlestar/dayfile.c b/games/battlestar/dayfile.c
index e11e883..796b698 100644
--- a/games/battlestar/dayfile.c
+++ b/games/battlestar/dayfile.c
@@ -555,7 +555,7 @@ way.* The water is +.**\n" },
{ "You are on a dirt road.",
173, 93, 174, 175, 82, 0, 0, 0,
"The light tan soil of the road contrasts artistically with the lush green\n\
-vegetation and seering blue sky.* There is a clearing and many people +.\n\
+vegetation and searing blue sky.* There is a clearing and many people +.\n\
The road continues - and -.\n" },
{ "You are at the seaplane dock.",
93, 0, 176, 177, 82, 0, 0, 0,
@@ -751,7 +751,7 @@ catch of colorful fish is drying in the sun. There are paths leading \n\
off -*, -, and -.\n" },
{ "You are at the lagoon.",
118, 0, 170, 166, 81, 0, 0, 0,
-"This is a grassy little spot near the water. A sightly native girl is frolicing\n\
+"This is a grassy little spot near the water. A sightly native girl is frolicking\n\
in the water close to shore here.** The path continues - and -. \n" },
{ "You are at the lagoon.",
118, 0, 166, 172, 81, 0, 0, 0,
diff --git a/games/battlestar/globals.c b/games/battlestar/globals.c
index 7a5e2df..885ca82 100644
--- a/games/battlestar/globals.c
+++ b/games/battlestar/globals.c
@@ -45,7 +45,7 @@ const char *const objdes[NUMOFOBJECTS] = {
"There is an exquisitely crafted sword and scabbard here.",
0, /* can land from here */
"There is a fierce woodsman here brandishing a heavy mallet.",
- "There is an unweildly two-handed sword here.",
+ "There is an unwieldy two-handed sword here.",
"There is a bloody meat cleaver here.",
"A rusty broadsword is lying here.",
"There is an ancient coat of finely woven mail here.",
@@ -89,7 +89,7 @@ const char *const objdes[NUMOFOBJECTS] = {
"There is a colorful pink potion in a small crystal vial here.",
"A gold bracelet is on the ground here.",
"A swarthy woman with stern features pulls you aside from the crowd,\n'I must talk to you -- but not here. Meet me at midnight in the gardens.'",
- "The swarthy woman has been awaiting you anxiousy. 'I must warn you that the\nIsland has anticipated your Quest. You will not be welcomed. The Darkness is\nstrong where you must search. Seek not the shadows save only at night, for\nthen are they the weakest. In the mountains far from here a canyon winds\nwith ferns and streams and forgotten vines. There you must go. Take this\nrope.'",
+ "The swarthy woman has been awaiting you anxiously. 'I must warn you that the\nIsland has anticipated your Quest. You will not be welcomed. The Darkness is\nstrong where you must search. Seek not the shadows save only at night, for\nthen are they the weakest. In the mountains far from here a canyon winds\nwith ferns and streams and forgotten vines. There you must go. Take this\nrope.'",
"Out from the shadows a figure leaps! His black cape swirls around, and he\nholds a laser sword at your chest. 'So, you have come to fulfill the Quest.\nHa! Your weapons are no match for me!'",
"An old timer with one eye missing and no money for a drink sits at the bar.",
"You are flying through an asteroid field!",
diff --git a/games/battlestar/nightfile.c b/games/battlestar/nightfile.c
index 670587f..8d0f161 100644
--- a/games/battlestar/nightfile.c
+++ b/games/battlestar/nightfile.c
@@ -626,7 +626,7 @@ Stone steps lead down to the beach +.\n" },
{ "You are on the coast road.",
198, 106, 163, 199, 73, 0, 0, 0,
"The forest is dense on either side. The trees seem to be actually squeezing\n\
-together to keep us from passing. A feeling of emnity is in the air.**\n\
+together to keep us from passing. A feeling of enmity is in the air.**\n\
The road continues - and -.\n" },
{ "You are in the forest.",
116, 107, 91, 106, 73, 0, 0, 0,
@@ -1038,7 +1038,7 @@ strong rope. ****\n" },
"The road goes -* and *-.\n" },
{ "You are in a low passage.",
247, 160, 0, 0, 0, 0, 0, 0,
-"The ceiling here sparkles with iridiscent gems and minerals. Colorful starfish\n\
+"The ceiling here sparkles with iridescent gems and minerals. Colorful starfish\n\
and sea anemones cling to the slippery walls and floor. The passage continues\n\
+.***\n" },
{ "The walls are very close together here.",
OpenPOWER on IntegriCloud