summaryrefslogtreecommitdiff
path: root/games/rogue
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-03-11 04:47:40 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-03-11 04:47:40 +0000
commit5d3465affda196389dd1a70c7e52b4ad0afe5f9d (patch)
tree8c5c804a7f3cd45627a33dee2f3c00feb68dcbe3 /games/rogue
parent17f2e52b4728d792442a42f930b313d206397976 (diff)
double words and spelling fixes
ok pjanzen@
Diffstat (limited to 'games/rogue')
-rw-r--r--games/rogue/rogue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/rogue/rogue.h b/games/rogue/rogue.h
index c0d11db33e9..cf0a7b7518c 100644
--- a/games/rogue/rogue.h
+++ b/games/rogue/rogue.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rogue.h,v 1.9 2002/07/26 19:56:07 pjanzen Exp $ */
+/* $OpenBSD: rogue.h,v 1.10 2003/03/11 04:47:39 david Exp $ */
/* $NetBSD: rogue.h,v 1.4 1995/04/24 12:25:04 cgd Exp $ */
/*
@@ -240,7 +240,7 @@ struct obj { /* comment is monster meaning */
short quiver; /* monster slowed toggle */
short trow, tcol; /* target row, col */
short hit_enchant; /* how many moves is confused */
- unsigned short what_is; /* imitator's charactor (?!%: */
+ unsigned short what_is; /* imitator's character (?!%: */
short picked_up; /* sleep from wand of sleep */
unsigned short in_use_flags;
struct obj *next_object; /* next monster */