diff options
| author | hubertf <hubertf@NetBSD.org> | 1999-07-14 17:42:13 +0000 |
|---|---|---|
| committer | hubertf <hubertf@NetBSD.org> | 1999-07-14 17:42:13 +0000 |
| commit | bebb9db77f58978bd0012996fc08e85e856d3c5e (patch) | |
| tree | 74717ffb99dc48479b1d22196deb541253faf347 /battlestar/com2.c | |
| parent | b6a635e2fb9768460aff574e019ff51b14aab46d (diff) | |
| download | bsdgames-darwin-bebb9db77f58978bd0012996fc08e85e856d3c5e.tar.gz bsdgames-darwin-bebb9db77f58978bd0012996fc08e85e856d3c5e.zip | |
From PR 7987 by Joseph Myers <jsm28@cam.ac.uk>:
More battlestar(6) spelling and punctuation fixes for battlestar(6).
These ones come from OpenBSD.
Diffstat (limited to 'battlestar/com2.c')
| -rw-r--r-- | battlestar/com2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/battlestar/com2.c b/battlestar/com2.c index 4128be1b..f2536ff3 100644 --- a/battlestar/com2.c +++ b/battlestar/com2.c @@ -1,4 +1,4 @@ -/* $NetBSD: com2.c,v 1.7 1998/08/24 00:22:45 hubertf Exp $ */ +/* $NetBSD: com2.c,v 1.8 1999/07/14 17:42:13 hubertf Exp $ */ /* * Copyright (c) 1983, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)com2.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: com2.c,v 1.7 1998/08/24 00:22:45 hubertf Exp $"); +__RCSID("$NetBSD: com2.c,v 1.8 1999/07/14 17:42:13 hubertf Exp $"); #endif #endif /* not lint */ @@ -301,7 +301,7 @@ int follow() { if (followfight == ourtime) { - 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; |
