From 543a3c1b9aa2f70411ee517a145846d9a0289f80 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 27 Jul 2022 13:13:49 +0300 Subject: [PATCH] comment typofix --- src/do.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/do.c b/src/do.c index 091808289..4d3547d2e 100644 --- a/src/do.c +++ b/src/do.c @@ -1299,7 +1299,7 @@ void goto_level( d_level *newlevel, /* destination */ boolean at_stairs, /* True if arriving via stairs/ladder */ - boolean falling, /* when fallling to level, objects might tag along */ + boolean falling, /* when falling to level, objects might tag along */ boolean portal) /* True if arriving via magic portal */ { int l_idx, save_mode;