From: nethack.allison Date: Sat, 19 Jul 2003 12:42:39 +0000 (+0000) Subject: typo fix in comment X-Git-Tag: MOVE2GIT~1891 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db4b55a6dea78fb7e01f06367835f0ee0999f6fd;p=nethack typo fix in comment --- diff --git a/include/hack.h b/include/hack.h index 7717fa7dd..23f13c507 100644 --- a/include/hack.h +++ b/include/hack.h @@ -140,7 +140,7 @@ NEARDATA extern coord bhitpos; /* place where throw or zap hits or stops */ #define MM_NONAME 0x20 /* monster is not christened */ #define MM_NOCOUNTBIRTH 0x40 /* don't increment born counter (for revival) */ #define MM_IGNOREWATER 0x80 /* ignore water when positioning */ -#define MM_ADJACENTOK 0x100 /* its acceptable to use adjacent coordinates */ +#define MM_ADJACENTOK 0x100 /* it is acceptable to use adjacent coordinates */ /* flags for special ggetobj status returns */ #define ALL_FINISHED 0x01 /* called routine already finished the job */