]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
Spell 'occurred' with two 'r's.
authorwiz <wiz@NetBSD.org>
Sun, 16 Sep 2001 16:34:23 +0000 (16:34 +0000)
committerwiz <wiz@NetBSD.org>
Sun, 16 Sep 2001 16:34:23 +0000 (16:34 +0000)
hack/hack.fix
phantasia/phantdefs.h

index c01616ce1b176dd9ea4deafd4d3fecbb1049e2c0..5e2921168ab8c227a7414ad47e40a48bc3c1acef 100644 (file)
@@ -1,9 +1,9 @@
-$NetBSD: hack.fix,v 1.2 1995/03/23 08:30:17 cgd Exp $
+$NetBSD: hack.fix,v 1.3 2001/09/16 16:34:25 wiz Exp $
 
 /***** unido:net.games.hack / ab /  7:23 pm  Sep 13, 1985*/
 
 Recently hack (1.0.3) crashed with core dumps during some good games.
-The crashes occured in the onbill-routine. After investigating the core
+The crashes occurred in the onbill-routine. After investigating the core
 dump I found that the shopkeeper's bill was still to be paid.  Normaly
 if you leave a shop the bill will be cleared and onbill() would not
 check it. But under certain conditions you can leave a shop without
index 88cd98b7b82cf56888ef73d42f17a952a170091e..0f3e078350f18802a7378491d78706b7426f885f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: phantdefs.h,v 1.3 1999/09/30 18:01:33 jsm Exp $        */
+/*     $NetBSD: phantdefs.h,v 1.4 2001/09/16 16:34:25 wiz Exp $        */
 
 /*
  * phantdefs.h - important constants for Phantasia
@@ -28,7 +28,7 @@
 #define S_INBATTLE     4               /* playing - in battle */
 #define S_MONSTER      5               /* playing - fighting monster */
 #define        S_TRADING       6               /* playing - at a trading post */
-#define        S_HUNGUP        7               /* error occured with character */
+#define        S_HUNGUP        7               /* error occurred with character */
 
 /* tampered constants */
 #define T_OFF          0               /* nothing */