]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - battlestar/com6.c
Wording, punctuation and line length improvements. Also adjust test
[bsdgames-darwin.git] / battlestar / com6.c
index 027249d252ed72bb19292d0c69d09fcbd556e2c1..5bd9ebdc95e94faf227ec06fa5d776953887276e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: com6.c,v 1.15 1999/09/14 18:08:46 jsm Exp $    */
+/*     $NetBSD: com6.c,v 1.16 2000/09/10 10:51:17 jsm Exp $    */
 
 /*
  * Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)com6.c     8.2 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: com6.c,v 1.15 1999/09/14 18:08:46 jsm Exp $");
+__RCSID("$NetBSD: com6.c,v 1.16 2000/09/10 10:51:17 jsm Exp $");
 #endif
 #endif                         /* not lint */
 
@@ -212,7 +212,7 @@ ride()
 {
        if (testbit(location[position].objects, HORSE)) {
                puts("You climb onto the stallion and kick it in the guts.  The stupid steed launches");
-               puts("forward through bush and fern.  You are thrown and the horse gallups off.");
+               puts("forward through bush and fern.  You are thrown and the horse gallops off.");
                clearbit(location[position].objects, HORSE);
                while (!(position = rnd(NUMOFROOMS + 1)) || !OUTSIDE || !beenthere[position] || location[position].flyhere);
                setbit(location[position].objects, HORSE);