OSDN Git Service

Corrected English spelling mistake for "conversion".
authorEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 22:19:30 +0000 (14:19 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:36:53 +0000 (22:36 +0900)
src/spells2.c

index 82ddbc9..e10fddf 100644 (file)
@@ -4261,7 +4261,7 @@ bool double_attack(player_type *creature_ptr)
 
 bool comvert_hp_to_mp(player_type *creature_ptr)
 {
-       int gain_sp = take_hit(creature_ptr, DAMAGE_USELIFE, creature_ptr->lev, _("HPからMPへの無謀な変換", "thoughtless convertion from HP to SP"), -1) / 5;
+       int gain_sp = take_hit(creature_ptr, DAMAGE_USELIFE, creature_ptr->lev, _("HPからMPへの無謀な変換", "thoughtless conversion from HP to SP"), -1) / 5;
        if (!gain_sp)
        {
                msg_print(_("変換に失敗した。", "You failed to convert."));