fix typo in last patch to yelp()
authornhmall <mjnh@persona.ca>
Fri, 18 Dec 2015 18:00:35 +0000 (13:00 -0500)
committernhmall <mjnh@persona.ca>
Fri, 18 Dec 2015 18:00:35 +0000 (13:00 -0500)
src/sounds.c

index a57f30e8812313226dab8ebeb3047d50c44e2769..eaf36487d1bddb41afd207414ff33c2078457cdd 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 sounds.c        $NHDT-Date: 1450461007 2015/12/18 17:50:07 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.76 $ */
+/* NetHack 3.6 sounds.c        $NHDT-Date: 1450461632 2015/12/18 18:00:32 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.77 $ */
 /*      Copyright (c) 1989 Janet Walz, Mike Threepoint */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -397,7 +397,7 @@ register struct monst *mtmp;
             yelp_verb = (!Deaf) ? "snarl" : "bluff";
             break;
         case MS_SQEEK:
-            yelp_verb = (!Deaf) ? "squeal" : "quivers";
+            yelp_verb = (!Deaf) ? "squeal" : "quiver";
             break;
         case MS_SQAWK:
             yelp_verb = (!Deaf) ? "screak" : "thrash";