From f66b6458789e0f55ffaeb979557a161e9662cb75 Mon Sep 17 00:00:00 2001 From: PatR Date: Fri, 24 Jul 2020 17:39:48 -0700 Subject: [PATCH] couple of comment typos --- doc/fixes37.0 | 4 ++-- src/insight.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/fixes37.0 b/doc/fixes37.0 index 6dc8c6919..95fa0b92d 100644 --- a/doc/fixes37.0 +++ b/doc/fixes37.0 @@ -1,4 +1,4 @@ -$NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.254 $ $NHDT-Date: 1595627151 2020/07/24 21:45:51 $ +$NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.255 $ $NHDT-Date: 1595637572 2020/07/25 00:39:32 $ General Fixes and Modified Features ----------------------------------- @@ -225,7 +225,7 @@ if a mind flayer's psychic blast targetted a hidden monster, feedback named the monster but it wasn't brought out of hiding hero poly'd into a mind flayer who used #monster to emit a psychic blast was able to harm mindless monsters with it -some hero attacks that should have gotten a skill bonus or penalty weren't +some hero attacks that should have gotten a skill bonus or penalty didn't change internal name of " venom" to "splash of venom" singularize "splashes" to "splash" instead of "splashe" diff --git a/src/insight.c b/src/insight.c index 021d06753..16d30d96f 100644 --- a/src/insight.c +++ b/src/insight.c @@ -1,4 +1,4 @@ -/* NetHack 3.7 insight.c $NHDT-Date: 1595282650 2020/07/20 22:04:10 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.20 $ */ +/* NetHack 3.7 insight.c $NHDT-Date: 1595637572 2020/07/25 00:39:32 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.21 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -1023,7 +1023,7 @@ int final; if (iflags.tux_penalty && !Upolyd) { (void) enlght_combatinc("to hit", -g.urole.spelarmr, final, buf); /* if from_what() ever gets extended from wizard mode to normal - play, it could be adapted to handled this */ + play, it could be adapted to handle this */ Sprintf(eos(buf), " due to your %s", suit_simple_name(uarm)); you_have(buf, ""); }