diff options
| author | jsm <jsm@NetBSD.org> | 2000-09-08 17:25:31 +0000 |
|---|---|---|
| committer | jsm <jsm@NetBSD.org> | 2000-09-08 17:25:31 +0000 |
| commit | c027a6e8b72c9245a1fee485844fe5e01cae252c (patch) | |
| tree | 584e87136f6f8dd441071380e57c1fa6f6fc0d3c /battlestar/com1.c | |
| parent | e78113b43d320fbf5b1a2323cb902663188952d0 (diff) | |
| download | bsdgames-darwin-c027a6e8b72c9245a1fee485844fe5e01cae252c.tar.gz bsdgames-darwin-c027a6e8b72c9245a1fee485844fe5e01cae252c.zip | |
Spelling and punctuation corrections or improvements from OpenBSD.
Diffstat (limited to 'battlestar/com1.c')
| -rw-r--r-- | battlestar/com1.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/battlestar/com1.c b/battlestar/com1.c index a2d37122..0e3f474e 100644 --- a/battlestar/com1.c +++ b/battlestar/com1.c @@ -1,4 +1,4 @@ -/* $NetBSD: com1.c,v 1.10 2000/07/23 23:57:23 mycroft Exp $ */ +/* $NetBSD: com1.c,v 1.11 2000/09/08 17:25:31 jsm Exp $ */ /* * Copyright (c) 1983, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)com1.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: com1.c,v 1.10 2000/07/23 23:57:23 mycroft Exp $"); +__RCSID("$NetBSD: com1.c,v 1.11 2000/09/08 17:25:31 jsm Exp $"); #endif #endif /* not lint */ @@ -127,10 +127,10 @@ news() convert(TONIGHT); clearbit(location[POOLS].objects, BATHGOD); if (OUTSIDE && ourtime - rythmn - CYCLE < 10) { - puts("The dying sun sinks into the ocean, leaving a blood stained sunset."); + puts("The dying sun sinks into the ocean, leaving a blood-stained sunset."); puts("The sky slowly fades from orange to violet to black. A few stars"); puts("flicker on, and it is night."); - puts("The world seems completly different at night."); + puts("The world seems completely different at night."); } } rythmn = ourtime - ourtime % CYCLE; |
