summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-05 19:02:52 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-05 19:02:52 +0000
commit01368ed9a40bc98ac870b04380ad1344485962e4 (patch)
tree1ddd75df4b7a0243a852e0e21ccf4ff03a2be62d /doc
parent88a5d0cdda513357496b9d53878618e1620f47e8 (diff)
downloadhercules-01368ed9a40bc98ac870b04380ad1344485962e4.tar.gz
hercules-01368ed9a40bc98ac870b04380ad1344485962e4.tar.bz2
hercules-01368ed9a40bc98ac870b04380ad1344485962e4.tar.xz
hercules-01368ed9a40bc98ac870b04380ad1344485962e4.zip
typos: recieve -> receive
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10163 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r--doc/packet_table_en.txt6
-rw-r--r--doc/pccommand_list.txt2
-rw-r--r--doc/script_commands.txt4
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/packet_table_en.txt b/doc/packet_table_en.txt
index fc16bd8ce..07d615635 100644
--- a/doc/packet_table_en.txt
+++ b/doc/packet_table_en.txt
@@ -487,7 +487,7 @@ S 00e4 <ID>.l
request trade.
R 00e5 <nick>.24B
取り引き要請受け
- recieve a request to trade.
+ receive a request to trade.
S 00e6 <type>.B
type=03 取り引き要請ok
trade ok.
@@ -518,9 +518,9 @@ S 00eb
completed adding item.(cliecked OK)
R 00ec <fail>.B
fail=00 自分からのok受領
- recieved "OK" from myself
+ received "OK" from myself
fail=01 相手からのok受領
- recieved "OK" from the other.
+ received "OK" from the other.
S 00ed
取り引きキャンセル
trade canceled.
diff --git a/doc/pccommand_list.txt b/doc/pccommand_list.txt
index b15fff5af..5690941a3 100644
--- a/doc/pccommand_list.txt
+++ b/doc/pccommand_list.txt
@@ -20,7 +20,7 @@ prontera,0,0,0 script OnPCLoginEvent -1,{
}
+ Explaination:
-every player who logs in will recieve a message 'lmao' in their face as soon
+every player who logs in will receive a message 'lmao' in their face as soon
as they can see the map.
+ Note:
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 3d0c8472c..40a198b79 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -1312,7 +1312,7 @@ allow the player to enter text. Otherwise, only numbers will be allowed.
Notice that in current SVN, you may not input a negative number with this
command. This was done to prevent exploits in badly written scripts, which would
let people, for example, put negative amounts of zeny into a bank script and
-recieve free zeny as a result. Unfortunately it limits the uses of the 'input'
+receive free zeny as a result. Unfortunately it limits the uses of the 'input'
command quite a bit.
---------------------------------------
@@ -5843,7 +5843,7 @@ mes "4."+@name$[3]+"("+@fame[3]+")";
mes "5."+@name$[4]+"("+@fame[4]+")";
Note: In the TXT version it doesn't fill the array and always return -1.
-Note: Use $ as suffix in the array to recieve all data as text.
+Note: Use $ as suffix in the array to receive all data as text.
---------------------------------------