From: PatR Date: Sun, 6 Feb 2022 10:18:17 +0000 (-0800) Subject: comment typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c456704c48c0ba594846b9f15d46093c432224f;p=nethack comment typo --- diff --git a/src/hack.c b/src/hack.c index dacb8d889..7c1bce07f 100644 --- a/src/hack.c +++ b/src/hack.c @@ -2885,7 +2885,7 @@ pickup_checks(void) } traphere = t_at(u.ux, u.uy); if (!can_reach_floor(traphere && is_pit(traphere->ttyp))) { - /* it here's a hole here, any objects here clearly aren't at + /* if there's a hole here, any objects here clearly aren't at the bottom so only check for pits */ if (traphere && uteetering_at_seen_pit(traphere)) { You("cannot reach the bottom of the pit.");