]> granicus.if.org Git - nethack/commitdiff
comment typo
authorPatR <rankin@nethack.org>
Sun, 6 Feb 2022 10:18:17 +0000 (02:18 -0800)
committerPatR <rankin@nethack.org>
Sun, 6 Feb 2022 10:18:17 +0000 (02:18 -0800)
src/hack.c

index dacb8d88999ddc3c48b0abfaf9f818c079b6e1a6..7c1bce07f31f186caaf66b1bd63ea95230b2242e 100644 (file)
@@ -2885,7 +2885,7 @@ pickup_checks(void)
     }
     traphere = t_at(u.ux, u.uy);
     if (!can_reach_floor(traphere && is_pit(traphere->ttyp))) {
-        /* ihere'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.");