diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-07-31 18:11:27 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-07-31 18:11:27 +0000 |
commit | 37fe4088259ba981052ed586e02eb79dfadc8874 (patch) | |
tree | 92d8df7f38361a53d1156b04019f5e549c433994 /games/battlestar | |
parent | c0cd3d167280e1da3e749ca3436005da2a806538 (diff) |
spelling
Diffstat (limited to 'games/battlestar')
-rw-r--r-- | games/battlestar/com6.c | 6 | ||||
-rw-r--r-- | games/battlestar/dayfile.c | 6 | ||||
-rw-r--r-- | games/battlestar/nightfile.c | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/games/battlestar/com6.c b/games/battlestar/com6.c index a4473ab7a6b..6926acc024b 100644 --- a/games/battlestar/com6.c +++ b/games/battlestar/com6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com6.c,v 1.9 1998/09/13 01:30:31 pjanzen Exp $ */ +/* $OpenBSD: com6.c,v 1.10 1999/07/31 18:11:26 pjanzen Exp $ */ /* $NetBSD: com6.c,v 1.5 1995/04/27 21:30:23 mycroft Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)com6.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: com6.c,v 1.9 1998/09/13 01:30:31 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: com6.c,v 1.10 1999/07/31 18:11:26 pjanzen Exp $"; #endif #endif /* not lint */ @@ -194,7 +194,7 @@ ride() { if (testbit(location[position].objects, HORSE)) { puts("You climb onto the stallion and kick it in the guts. The stupid steed launches"); - puts("forward through bush and fern. You are thrown and the horse gallups off."); + puts("forward through bush and fern. You are thrown and the horse gallops off."); clearbit(location[position].objects, HORSE); while (!(position = rnd(NUMOFROOMS + 1)) || !OUTSIDE || !beenthere[position] || location[position].flyhere); setbit(location[position].objects, HORSE); diff --git a/games/battlestar/dayfile.c b/games/battlestar/dayfile.c index 8348ce4e0af..b07fd37c4b2 100644 --- a/games/battlestar/dayfile.c +++ b/games/battlestar/dayfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dayfile.c,v 1.4 1998/09/13 01:30:31 pjanzen Exp $ */ +/* $OpenBSD: dayfile.c,v 1.5 1999/07/31 18:11:26 pjanzen Exp $ */ /* $NetBSD: dayfile.c,v 1.3 1995/03/21 15:07:18 cgd Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)dayfile.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: dayfile.c,v 1.4 1998/09/13 01:30:31 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: dayfile.c,v 1.5 1999/07/31 18:11:26 pjanzen Exp $"; #endif #endif /* not lint */ @@ -631,7 +631,7 @@ door leads -. The lawn and fountain are +.**\n" }, { "You are on a dirt road.", { 193, 192, 245, 103, 88, 0, 0, 0 }, "There is a large village +. The road cleaves a coconut plantation +.\n\ -A small dirt road goes -, and a drive way peals off +.\n" }, +A small dirt road goes -, and a driveway peels off +.\n" }, { "You are in a field of small shrubs.", { 184, 186, 103, 187, 88, 0, 0, 0 }, "**Pine and other coniferous saplings have been planted here. The rich brown\n\ diff --git a/games/battlestar/nightfile.c b/games/battlestar/nightfile.c index ee149ad0c83..8d5b2619c76 100644 --- a/games/battlestar/nightfile.c +++ b/games/battlestar/nightfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nightfile.c,v 1.4 1998/09/13 01:30:33 pjanzen Exp $ */ +/* $OpenBSD: nightfile.c,v 1.5 1999/07/31 18:11:26 pjanzen Exp $ */ /* $NetBSD: nightfile.c,v 1.3 1995/03/21 15:07:41 cgd Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)nightfile.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: nightfile.c,v 1.4 1998/09/13 01:30:33 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: nightfile.c,v 1.5 1999/07/31 18:11:26 pjanzen Exp $"; #endif #endif /* not lint */ @@ -613,7 +613,7 @@ leads -. The lawn and fountain are +.**\n" }, { "You are on a dirt road.", { 193, 192, 245, 103, 88, 0, 0, 0 }, "There are many bright lights +. The road cleaves the darkness +.\n\ -A small dirt road goes -, and a drive way peals off +.\n" }, +A small dirt road goes -, and a driveway peels off +.\n" }, { "You are in a field of small shrubs.", { 184, 186, 103, 187, 88, 0, 0, 0 }, "**Pine and other coniferous saplings are growing here. The rich brown\n\ |