OSDN Git Service

Fix English typo.
authorEric Branlund <ebranlund@fastmail.com>
Mon, 15 Feb 2021 23:05:31 +0000 (15:05 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 19 Feb 2021 19:48:55 +0000 (11:48 -0800)
src/realm-daemon.c

index f3a1415..8acb890 100644 (file)
@@ -399,7 +399,7 @@ concptr do_daemon_spell(SPELL_IDX spell, BIT_FLAGS mode)
                break;
 
        case 21:
-               if (name) return _("地獄の波動", "Nather Wave");
+               if (name) return _("地獄の波動", "Nether Wave");
                if (desc) return _("視界内の全てのモンスターにダメージを与える。善良なモンスターに特に大きなダメージを与える。",
                        "Damages all monsters in sight. Hurts good monsters greatly.");