summaryrefslogtreecommitdiffstats
path: root/battlestar
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2000-09-24 09:46:57 +0000
committerjsm <jsm@NetBSD.org>2000-09-24 09:46:57 +0000
commit70687a50aea16c85ee68a608ae3969c56b34c3c9 (patch)
treecfc5809ca23d9958d7190286685e422c1cf4cdb8 /battlestar
parentd7f90a9758fac4eeef9becbd25c24c76b28001bf (diff)
downloadbsdgames-darwin-70687a50aea16c85ee68a608ae3969c56b34c3c9.tar.gz
bsdgames-darwin-70687a50aea16c85ee68a608ae3969c56b34c3c9.tar.zst
bsdgames-darwin-70687a50aea16c85ee68a608ae3969c56b34c3c9.zip
Correct spelling "dont" to "don't". From OpenBSD.
Diffstat (limited to 'battlestar')
-rw-r--r--battlestar/com2.c6
-rw-r--r--battlestar/com3.c6
-rw-r--r--battlestar/com4.c6
3 files changed, 9 insertions, 9 deletions
diff --git a/battlestar/com2.c b/battlestar/com2.c
index c1bfd8cc..4ae10313 100644
--- a/battlestar/com2.c
+++ b/battlestar/com2.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com2.c,v 1.16 2000/09/23 19:45:07 jsm Exp $ */
+/* $NetBSD: com2.c,v 1.17 2000/09/24 09:46:57 jsm 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.16 2000/09/23 19:45:07 jsm Exp $");
+__RCSID("$NetBSD: com2.c,v 1.17 2000/09/24 09:46:57 jsm Exp $");
#endif
#endif /* not lint */
@@ -227,7 +227,7 @@ murder()
if (wintime)
live();
} else
- puts("I dont see her anywhere.");
+ puts("I don't see her anywhere.");
break;
case TIMER:
if (testbit(location[position].objects, TIMER)) {
diff --git a/battlestar/com3.c b/battlestar/com3.c
index ea6d122b..b5f48375 100644
--- a/battlestar/com3.c
+++ b/battlestar/com3.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com3.c,v 1.10 2000/09/23 19:23:58 jsm Exp $ */
+/* $NetBSD: com3.c,v 1.11 2000/09/24 09:46:57 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)com3.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: com3.c,v 1.10 2000/09/23 19:23:58 jsm Exp $");
+__RCSID("$NetBSD: com3.c,v 1.11 2000/09/24 09:46:57 jsm Exp $");
#endif
#endif /* not lint */
@@ -211,7 +211,7 @@ shoot()
if (value == BOMB)
die();
} else
- printf("I dont see any %s around here.\n", objsht[value]);
+ printf("I don't see any %s around here.\n", objsht[value]);
if (wordnumber < wordcount - 1 && wordvalue[++wordnumber] == AND)
wordnumber++;
else
diff --git a/battlestar/com4.c b/battlestar/com4.c
index e4b1e078..b73e3d61 100644
--- a/battlestar/com4.c
+++ b/battlestar/com4.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com4.c,v 1.16 2000/09/24 09:46:03 jsm Exp $ */
+/* $NetBSD: com4.c,v 1.17 2000/09/24 09:46:57 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)com4.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: com4.c,v 1.16 2000/09/24 09:46:03 jsm Exp $");
+__RCSID("$NetBSD: com4.c,v 1.17 2000/09/24 09:46:57 jsm Exp $");
#endif
#endif /* not lint */
@@ -79,7 +79,7 @@ take(from)
(is_plural_object(value) ? " " : " a "),
objsht[value]);
else if (!testbit(from, value))
- printf("I dont see any %s around here.\n", objsht[value]);
+ printf("I don't see any %s around here.\n", objsht[value]);
else if (!heavy)
printf("The %s %s too heavy.\n", objsht[value],
(is_plural_object(value) ? "are" : "is"));