OSDN Git Service

Corrected English spelling mistake introduced in a recent wording change.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 18 Dec 2019 06:12:19 +0000 (22:12 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 18 Dec 2019 06:12:19 +0000 (22:12 -0800)
src/selfinfo.c

index e3665dc..44293c0 100644 (file)
@@ -399,7 +399,7 @@ void self_knowledge(void)
                case CLASS_ROGUE:
                        if (plev > 7)
                        {
-                               info[i++] = _("あなたは攻撃して即座に逃げることができる。(12 MP)", "You can hit a monster and teleport away simultaneosly (cost 12).");
+                               info[i++] = _("あなたは攻撃して即座に逃げることができる。(12 MP)", "You can hit a monster and teleport away simultaneously (cost 12).");
                        }
                        break;
                case CLASS_RANGER: