]> granicus.if.org Git - nethack/commitdiff
k-sound follow-up
authornhmall <nhmall@nethack.org>
Mon, 21 Jun 2021 19:56:14 +0000 (15:56 -0400)
committernhmall <nhmall@nethack.org>
Mon, 21 Jun 2021 19:56:14 +0000 (15:56 -0400)
src/objnam.c

index 2bec3e289a245f1f9ffcde1f89e47d625abd1b43..9454e042a5ffe68e5e804e3ebe49bf96f73a1230 100644 (file)
@@ -2631,10 +2631,10 @@ ch_ksound(const char *basestr)
     /* these are some *ch words/suffixes that make a k-sound. They pluralize by
        adding 's' rather than 'es' */
     static const char *ch_k[] = {
-        "monarch",  "poch",        "tech", "stomach",   "amphibrach",  "anarch",
-        "atriarch", "azedarach",   "bach", "broch",     "gastrotrich", "isopach",
-        "loch",     "oligarch",    "mech", "peritrich", "sandarach",   "psych",
-        "sumach",   "symposiarch", "tech",
+        "monarch",     "poch",    "tech",     "mech",      "stomach", "psych",
+        "amphibrach",  "anarch",  "atriarch", "azedarach", "broch",
+        "gastrotrich", "isopach", "loch",     "oligarch",  "peritrich",
+        "sandarach",   "sumach",  "symposiarch",
     };
     int i, al;
     const char *endstr;