]> granicus.if.org Git - nethack/commitdiff
fix typo in comment
authornhmall <nhmall@nethack.org>
Fri, 22 Feb 2019 14:00:53 +0000 (09:00 -0500)
committernhmall <nhmall@nethack.org>
Fri, 22 Feb 2019 14:00:53 +0000 (09:00 -0500)
src/mklev.c

index d0e3ab987c55ee1bd1251748ea4a321806fffbaf..7448feb41035761124d5e94d9c4a3cd6f1adb417 100644 (file)
@@ -1402,7 +1402,7 @@ coord *tm;
        in a pit and yet not be able to identify that the pit is there. */
     if (kind != NO_TRAP && lvl <= (unsigned) rnd(4)
         && kind != SQKY_BOARD && kind != RUST_TRAP
-        /* rolling bounder trap might not have a boulder if there was no
+        /* rolling boulder trap might not have a boulder if there was no
            viable path (such as when placed in the corner of a room), in
            which case tx,ty==launch.x,y; no boulder => no dead predecessor */
         && !(kind == ROLLING_BOULDER_TRAP