From 2c62850af8932cceb693bd50f2b33e61a9e39e81 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Wed, 25 Sep 2019 21:03:43 -0700 Subject: [PATCH] English spelling correction, "inhail" to "inhale", for hex spell name. --- 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 7c09d48fe..7d385df3c 100644 --- a/src/realm-hex.c +++ b/src/realm-hex.c @@ -583,7 +583,7 @@ concptr do_hex_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode) break; case 10: - if (name) return _("薬品吸入", "Inhail potion"); + if (name) return _("薬品吸入", "Inhale potion"); if (desc) return _("呪文詠唱を中止することなく、薬の効果を得ることができる。", "Quaffs a potion without canceling of casting a spell."); if (cast) { -- 2.11.0