diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-01 08:14:36 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-01 08:14:36 +0000 |
commit | d90483d3d0d2c334fff01faa0d1ef4899fce700b (patch) | |
tree | aa8fcd6f7d7ff0743bd00c563caf2862f76aacb5 /npc/jobs/novice | |
parent | 755aefb11175f1d7f145c74ad2b6e084974ff71f (diff) | |
download | hercules-d90483d3d0d2c334fff01faa0d1ef4899fce700b.tar.gz hercules-d90483d3d0d2c334fff01faa0d1ef4899fce700b.tar.bz2 hercules-d90483d3d0d2c334fff01faa0d1ef4899fce700b.tar.xz hercules-d90483d3d0d2c334fff01faa0d1ef4899fce700b.zip |
Fixed certain typos in src/npc/doc files
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11102 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/novice')
-rw-r--r-- | npc/jobs/novice/novice.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index 26234cc44..f9b81dd19 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -430,7 +430,7 @@ new_zone02,99,105,4 script Interfaces Instructor 751,{ next; switch( select("Thanks!","Lectures are boring.","Cancel") ) { case 1: mes "[Chris]"; - mes "If you take this course You will learn usefull skill information, so pay attention."; + mes "If you take this course You will learn useful skill information, so pay attention."; mes "Well, find the skill instructor."; mes "I will send you to him for free of charge."; close2; @@ -573,7 +573,7 @@ new_zone02,83,111,4 script Skill Instructor 753,{ mes "Did you increase your skill?"; mes "If you have any questions, ask Pitch Judas"; mes "hmmm..."; - mes "I am thinking of a usefull skill."; + mes "I am thinking of a useful skill."; next; mes "[Shecil]"; mes "Right, right!"; @@ -596,7 +596,7 @@ new_zone02,83,111,4 script Skill Instructor 753,{ mes "How was it?"; mes "When you use your skill, SP decreases."; mes "If you use First Aid skill, it will recover some HP."; - mes "It will be usefull for New Novices."; + mes "It will be useful for New Novices."; next; mes "[Shecil]"; mes "Thanks for your attention!"; @@ -1234,7 +1234,7 @@ L_loop: mes "It will show your current weight / your maximum weight limit."; mes "?•?If your weight becomes over 50% of the maximum,"; mes "your HP and SP will not restore naturally."; - mes "So be carefull."; + mes "So be careful."; next; mes "[Edwin]"; mes "The numerical value next to the weight limit shows the current amount of money you have."; @@ -1301,7 +1301,7 @@ L_loop: mes "Skill and item targeting also work with the snap option."; next; mes "[Edwin]"; - mes "It could be usefull or annoying if you're not used to it"; + mes "It could be useful or annoying if you're not used to it"; mes "Well... once you get used to it,"; mes "you will be able to adjust your own snap options."; next; |