]> granicus.if.org Git - nethack/commitdiff
comment tidbit (trunk only)
authornethack.rankin <nethack.rankin>
Sun, 19 Oct 2008 22:54:01 +0000 (22:54 +0000)
committernethack.rankin <nethack.rankin>
Sun, 19 Oct 2008 22:54:01 +0000 (22:54 +0000)
     Noticed when fixing branch code.

src/sounds.c

index fed6b13dea36178a73b51134bf17e042d16ef994..622762ac05338aaf87d4a4741206064984eee36f 100644 (file)
@@ -481,7 +481,7 @@ register struct monst *mtmp;
     /* leader might be poly'd; if he can still speak, give leader speach */
     if (mtmp->m_id == quest_status.leader_m_id && msound > MS_ANIMAL)
        msound = MS_LEADER;
-    /* make sure its your role's quest quardian; adjust if not */
+    /* make sure it's your role's quest quardian; adjust if not */
     else if (msound == MS_GUARDIAN && ptr != &mons[urole.guardnum])
        msound = mons[genus(monsndx(ptr), 1)].msound;
     /* some normally non-speaking types can/will speak if hero is similar */