]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - battlestar/com4.c
Correct spelling "dont" to "don't". From OpenBSD.
[bsdgames-darwin.git] / battlestar / com4.c
index e4b1e07857e0470ebec922e4c1085f374162ba5c..b73e3d611921cdeaf2307d7f232fcb085dc1bc0e 100644 (file)
@@ -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"));