From 10677542b95f7ae070c4c7e6ebe7d72988b38ec5 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Wed, 5 Feb 2020 17:35:25 -0800 Subject: [PATCH] Corrected typo in English spell description. --- src/realm-hex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realm-hex.c b/src/realm-hex.c index f6c43f753..45a060790 100644 --- a/src/realm-hex.c +++ b/src/realm-hex.c @@ -851,7 +851,7 @@ concptr do_hex_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode) if (desc) return _("打撃や魔法で受けたダメージを、攻撃元のモンスターにも与える。", "Returns same damage which you got to the monster which damaged you."); if (cast) { - msg_print(_("復讐したい欲望にかられた。", "You feel verry vengeful.")); + msg_print(_("復讐したい欲望にかられた。", "You feel very vengeful.")); } break; -- 2.11.0