]> granicus.if.org Git - nethack/commitdiff
comment typo/thinko
authorPatR <rankin@nethack.org>
Thu, 14 Jul 2022 07:48:10 +0000 (00:48 -0700)
committerPatR <rankin@nethack.org>
Thu, 14 Jul 2022 07:48:10 +0000 (00:48 -0700)
src/dog.c

index 7047c38c7c7014ba915141c440f2402d4f753330..be1bb2d74494ebb19c452d9c17f1b5b16c7794dc 100644 (file)
--- a/src/dog.c
+++ b/src/dog.c
@@ -296,7 +296,7 @@ losedogs(void)
     }
 
     /* place pets and/or any other monsters who accompany hero;
-       any that fail to arrive (level may be level) will be moved
+       any that fail to arrive (level may be full) will be moved
        to migrating_mons and immediately retry (and fail again) below */
     while ((mtmp = g.mydogs) != 0) {
         g.mydogs = mtmp->nmon;