diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-21 12:12:04 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-21 12:12:04 +0000 |
commit | 932c76a02329e9c1b40f2b3d134ef22c55c19243 (patch) | |
tree | 802b8dbc1594413f2f25b7e770854b10883c8d6d /npc/jobs/2-1 | |
parent | 4ef9dcc884c7b27a4f29b932461f76470cb0689a (diff) | |
download | hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.tar.gz hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.tar.bz2 hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.tar.xz hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.zip |
Typo hunt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9684 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1')
-rw-r--r-- | npc/jobs/2-1/blacksmith.txt | 4 | ||||
-rw-r--r-- | npc/jobs/2-1/knight.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/jobs/2-1/blacksmith.txt b/npc/jobs/2-1/blacksmith.txt index 0f173543f..b92040fe6 100644 --- a/npc/jobs/2-1/blacksmith.txt +++ b/npc/jobs/2-1/blacksmith.txt @@ -700,10 +700,10 @@ L_CheckTest2: mes "ULTRA GLADIUS Geshupenschte Mk II!!"; next; mes "[Geshupenschte]"; - mes "Isnt it so pretty ^_^"; + mes "Isn't it so pretty ^_^"; next; mes "[Geshupenschte]"; - mes "Well, go to Morroc and give it the Wickebine and bring the receipt back."; + mes "Well, go to Morroc and give it to Wickebine and bring the receipt back."; close; sL_NtEnuf2: diff --git a/npc/jobs/2-1/knight.txt b/npc/jobs/2-1/knight.txt index fcb0271d5..aca206ea6 100644 --- a/npc/jobs/2-1/knight.txt +++ b/npc/jobs/2-1/knight.txt @@ -426,7 +426,7 @@ L_Test: mes "This test will be on your knowledge of Knights. You will also be asked about your opinions of Knights..."; next; mes "[Sir James Syracuse]"; - mes "Dont' be nervous, I'll only be asking a few simple questions."; + mes "Don't be nervous, I'll only be asking a few simple questions."; next; menu "Let's go",M_0,"I'm not ready yet.",M_End; |