diff --git a/include/monsters.h b/include/monsters.h index be0f17557..b77a67245 100644 --- a/include/monsters.h +++ b/include/monsters.h @@ -1,4 +1,4 @@ -/* NetHack 3.7 monsters.h $NHDT-Date: 1689793237 2023/07/19 19:00:37 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.109 $ */ +/* NetHack 3.7 monsters.h $NHDT-Date: 1691877846 2023/08/12 22:04:06 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.110 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /*-Copyright (c) Michael Allison, 2006. */ /* NetHack may be freely redistributed. See license for details. */ @@ -2715,7 +2715,7 @@ * sea monsters * * 3.7: all the fish except kraken used to specify M1_SLITHY, presumably - * cloned from giant eel. Using "slither" to describe their movmement + * cloned from giant eel. Using "slither" to describe their movement * wasn't appropriate. Unfortunately, locomotion() isn't able to choose * "swim" as their movement description because it is only passed a * monster type, not a specific monster (for ) or the relevant diff --git a/src/mon.c b/src/mon.c index 40e296756..d1eb13460 100644 --- a/src/mon.c +++ b/src/mon.c @@ -1,4 +1,4 @@ -/* NetHack 3.7 mon.c $NHDT-Date: 1687036544 2023/06/17 21:15:44 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.509 $ */ +/* NetHack 3.7 mon.c $NHDT-Date: 1691877848 2023/08/12 22:04:08 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.514 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /*-Copyright (c) Derek S. Ray, 2015. */ /* NetHack may be freely redistributed. See license for details. */ @@ -2694,7 +2694,7 @@ RESTORE_WARNING_FORMAT_NONLITERAL x_monnam(mtmp, ARTICLE_THE, (char *) 0, \ (SUPPRESS_IT | SUPPRESS_HALLUCINATION), FALSE) -/* when a mon has died, mabye record an achievment of issue livelog message; +/* when a mon has died, maybe record an achievment or issue livelog message; moved into separate routine to unclutter mondead() */ static void logdeadmon(struct monst *mtmp, int mndx)