summaryrefslogtreecommitdiffstats
path: root/battlestar/cypher.c
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2000-09-08 17:25:31 +0000
committerjsm <jsm@NetBSD.org>2000-09-08 17:25:31 +0000
commitc027a6e8b72c9245a1fee485844fe5e01cae252c (patch)
tree584e87136f6f8dd441071380e57c1fa6f6fc0d3c /battlestar/cypher.c
parente78113b43d320fbf5b1a2323cb902663188952d0 (diff)
downloadbsdgames-darwin-c027a6e8b72c9245a1fee485844fe5e01cae252c.tar.gz
bsdgames-darwin-c027a6e8b72c9245a1fee485844fe5e01cae252c.tar.zst
bsdgames-darwin-c027a6e8b72c9245a1fee485844fe5e01cae252c.zip
Spelling and punctuation corrections or improvements from OpenBSD.
Diffstat (limited to 'battlestar/cypher.c')
-rw-r--r--battlestar/cypher.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/battlestar/cypher.c b/battlestar/cypher.c
index 0f37e8b6..f2dfc1e8 100644
--- a/battlestar/cypher.c
+++ b/battlestar/cypher.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cypher.c,v 1.11 2000/07/23 23:57:23 mycroft Exp $ */
+/* $NetBSD: cypher.c,v 1.12 2000/09/08 17:25:32 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)cypher.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: cypher.c,v 1.11 2000/07/23 23:57:23 mycroft Exp $");
+__RCSID("$NetBSD: cypher.c,v 1.12 2000/09/08 17:25:32 jsm Exp $");
#endif
#endif /* not lint */
@@ -66,7 +66,7 @@ cypher()
if (!moveplayer(location[position].up, AHEAD))
return (-1);
} else {
- puts("There is no way up");
+ puts("There is no way up.");
return (-1);
}
lflag = 0;