From: nhmall Date: Tue, 20 Feb 2018 02:32:54 +0000 (-0500) Subject: fix some typos mentioned downstream X-Git-Tag: NetHack-3.6.1_RC01~177^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25d17eb62cdf12e290497505b26fe0c0c262f84f;p=nethack fix some typos mentioned downstream --- diff --git a/DEVEL/Developer.txt b/DEVEL/Developer.txt index 334ac3d56..1316f23e0 100644 --- a/DEVEL/Developer.txt +++ b/DEVEL/Developer.txt @@ -1,8 +1,8 @@ - ___ _ - | \ _____ _____| |___ _ __ ___ _ _ + ___ _ + | \ _____ _____| |___ _ __ ___ _ _ | |) / -_) V / -_) / _ \ '_ \/ -_) '_| - |___/\___|\_/\___|_\___/ .__/\___|_| - |_| + |___/\___|\_/\___|_\___/ .__/\___|_| + |_| $NHDT-Date: 1518800857 2018/02/16 17:07:37 $ diff --git a/doc/fixes36.1 b/doc/fixes36.1 index 4d30dce6d..2e697c5ab 100644 --- a/doc/fixes36.1 +++ b/doc/fixes36.1 @@ -277,7 +277,7 @@ when getpos was picking a location, typing '^' to move to the next known trap skipped some detected traps if their location was unseen describe detected door traps and chest traps as trapped door and trapped chest instead of bear trap; bear trap tile is still used on map though -thrown potion that killed peaceful monster would cause "the gets argry" +thrown potion that killed peaceful monster would cause "the gets angry" after the message about it being killed when poly'd into a hider and engulfed, attempt to hide via #monster was blocked but feedback said "can't hide while held" rather than "while engulfed" diff --git a/include/config.h b/include/config.h index 5cae0fa9f..d695c40d2 100644 --- a/include/config.h +++ b/include/config.h @@ -11,7 +11,7 @@ * For "UNIX" select BSD, ULTRIX, SYSV, or HPUX in unixconf.h. * A "VMS" option is not needed since the VMS C-compilers * provide it (no need to change sec#1, vmsconf.h handles it). - * MacOSX uses the UNIX configruation, not the old MAC one. + * MacOSX uses the UNIX configuration, not the old MAC one. */ #define UNIX /* delete if no fork(), exec() available */