From c027a6e8b72c9245a1fee485844fe5e01cae252c Mon Sep 17 00:00:00 2001 From: jsm Date: Fri, 8 Sep 2000 17:25:31 +0000 Subject: Spelling and punctuation corrections or improvements from OpenBSD. --- battlestar/cypher.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'battlestar/cypher.c') 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; -- cgit v1.2.3-56-ge451