summaryrefslogtreecommitdiff
path: root/games/phantasia/phantdefs.h
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2001-09-19 10:51:56 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2001-09-19 10:51:56 +0000
commite7046620337beccaf8b8eec31b5b25286be760da (patch)
tree5e883accb632685cdcd03e0a2aeb2cc53bbded28 /games/phantasia/phantdefs.h
parent14dcecef6119e2dd8a396fb9efcd94d5314c70cd (diff)
occured->occurred; from NetBSD via Mike Pechkin <mpech@prosoft.org.lv>.
One of these was even in a string that got printed out.
Diffstat (limited to 'games/phantasia/phantdefs.h')
-rw-r--r--games/phantasia/phantdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/phantasia/phantdefs.h b/games/phantasia/phantdefs.h
index 6e06cff9ffe..88b80f238e5 100644
--- a/games/phantasia/phantdefs.h
+++ b/games/phantasia/phantdefs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: phantdefs.h,v 1.4 2001/02/04 02:51:25 pjanzen Exp $ */
+/* $OpenBSD: phantdefs.h,v 1.5 2001/09/19 10:51:55 pjanzen Exp $ */
/* $NetBSD: phantdefs.h,v 1.2 1995/03/24 03:59:28 cgd Exp $ */
/*
@@ -20,7 +20,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 */