From fb14c283c3267f728bd9440cbb337e2c1f6c9405 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 22 Feb 2019 09:00:53 -0500 Subject: [PATCH] fix typo in comment --- src/mklev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mklev.c b/src/mklev.c index d0e3ab987..7448feb41 100644 --- a/src/mklev.c +++ b/src/mklev.c @@ -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