From 552b4f69907b7e1c822637fb82a0f2e26a555831 Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Fri, 10 May 2024 23:01:00 +1000 Subject: [PATCH] Fix #600 (typo: juinor -> junior) --- Update/kage_002.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Update/kage_002.txt b/Update/kage_002.txt index f03d17392..d35b754f2 100644 --- a/Update/kage_002.txt +++ b/Update/kage_002.txt @@ -4136,10 +4136,10 @@ void main() if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); OutputLine(NULL, "今日は朝からの駐車違反の取締りに加えて、急病で休んだ後輩の代役として行った小学校の交通安全教室のヘルプから、ようやく戻ってきたところなのだ。", - NULL, "Today, not only did she lead the parking violation crackdown this morning, but she also gave a traffic safety class at an elementary school, filling in for a juinor officer who couldn't make it due to a sudden illness, and she just got back from that.", Line_Normal); + NULL, "Today, not only did she lead the parking violation crackdown this morning, but she also gave a traffic safety class at an elementary school, filling in for a junior officer who couldn't make it due to a sudden illness, and she just got back from that.", Line_Normal); } else { OutputLine(NULL, "今日は朝からの駐車違反の取締りに加えて、急病で休んだ後輩の代役として行った小学校の交通安全教室のヘルプから、ようやく戻ってきたところなのだ。", - NULL, "Today, not only did she lead the parking violation crackdown this morning, but she also gave a traffic safety class at an elementary school, filling in for a juinor officer who couldn't make it due to a sudden illness, and she just got back from that.", Line_Normal); + NULL, "Today, not only did she lead the parking violation crackdown this morning, but she also gave a traffic safety class at an elementary school, filling in for a junior officer who couldn't make it due to a sudden illness, and she just got back from that.", Line_Normal); } ClearMessage();