From 91da47501f5a56cffd717bbaf88beab1126a07b0 Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Sat, 5 May 2007 02:23:22 +0000 Subject: [PATCH] makeplural typo (trunk only) I misspelled piranha. --- src/objnam.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/objnam.c b/src/objnam.c index b50673f8c..655709271 100644 --- a/src/objnam.c +++ b/src/objnam.c @@ -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 ". For "3 ", 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. */ };