]> granicus.if.org Git - nethack/commitdiff
makeplural typo (trunk only)
authornethack.rankin <nethack.rankin>
Sat, 5 May 2007 02:23:22 +0000 (02:23 +0000)
committernethack.rankin <nethack.rankin>
Sat, 5 May 2007 02:23:22 +0000 (02:23 +0000)
     I misspelled piranha.

src/objnam.c

index b50673f8c360be10d33d23a17b01341203acd653..655709271adcb3b2e7ab38dbc1dd3895fd84465d 100644 (file)
@@ -1664,12 +1664,12 @@ static const char *const as_is[] = {
        "deer", "fish", "tuna", "yaki",
        "krill", "manes", "ninja", "sheep", "ronin", "roshi", "shito", "tengu",
        "ki-rin", "Nazgul",
-       "gunyoki", "pirahna",
+       "gunyoki", "piranha",
        "shuriken",
        0,
-       /* Note:  "fish" and "pirahna" are collective plurals, suitable
+       /* Note:  "fish" and "piranha" are collective plurals, suitable
           for "wiped out all <foo>".  For "3 <foo>", they should be
-          "fishes" and "pirahnas" instead.  We settle for collective
+          "fishes" and "piranhas" instead.  We settle for collective
           variant instead of attempting to support both. */
 };