]> granicus.if.org Git - nethack/commitdiff
fixes typo
authorPatR <rankin@nethack.org>
Sat, 14 Dec 2019 01:39:39 +0000 (17:39 -0800)
committerPatR <rankin@nethack.org>
Sat, 14 Dec 2019 01:39:39 +0000 (17:39 -0800)
doc/fixes36.4

index d42e88c8668eac6ac18072a8313db4d5f3360083..8d466e0964b223df5002c474c4783054bb88f863 100644 (file)
@@ -1,4 +1,4 @@
-$NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.3 $ $NHDT-Date: 1576282492 2019/12/14 00:14:52 $
+$NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.4 $ $NHDT-Date: 1576287569 2019/12/14 01:39:29 $
 
 This fixes36.4 file is here to capture information about updates in the 3.6.x
 lineage following the release of 3.6.3 in December 2019.  Hypothetical version
@@ -10,7 +10,7 @@ GDBPATH and GREPPATH from sysconf or -D... on compilation command line were
        being processed even if PANICTRACE was disabled but only being freed
        at end of game when that was enabled
 fix the article used in the message when your steed encounters a polymorph trap
-alloc teleporting onto the vibrating square
+allow teleporting onto the vibrating square
 message "your knapsack can't accomodate any more items" when picking stuff up
        or removing such from container was inaccurate if there was some gold
        pending; vary the message rather than add more convoluted pickup code