From: Eric Branlund Date: Thu, 6 Feb 2020 01:35:25 +0000 (-0800) Subject: Corrected typo in English spell description. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=10677542b95f7ae070c4c7e6ebe7d72988b38ec5;p=hengband%2Fhengband.git Corrected typo in English spell description. --- 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;