summaryrefslogtreecommitdiff
path: root/src
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 /src
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 'src')
-rw-r--r--src/char/char.c2
-rw-r--r--src/map/chrif.c2
-rw-r--r--src/map/irc.c2
-rw-r--r--src/map/mail.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/char/char.c b/src/char/char.c
index 65e1dc3e6..d4ff879aa 100644
--- a/src/char/char.c
+++ b/src/char/char.c
@@ -3208,7 +3208,7 @@ int parse_frommap(int fd)
}
break;
- case 0x2b16: // Recieve rates [Wizputer]
+ case 0x2b16: // Receive rates [Wizputer]
if (RFIFOREST(fd) < 6 || RFIFOREST(fd) < RFIFOW(fd,8))
return 0;
// Txt doesn't need this packet, so just skip it
diff --git a/src/map/chrif.c b/src/map/chrif.c
index 8596ad2f2..3fef01c5c 100644
--- a/src/map/chrif.c
+++ b/src/map/chrif.c
@@ -65,7 +65,7 @@ static const int packet_len_table[0x3d] = { // U - used, F - free
//2b12: Incomming, chrif_divorce -> 'divorce a wedding of charid X and partner id X'
//2b13: Incomming, chrif_accountdeletion -> 'Delete acc XX, if the player is on, kick ....'
//2b14: Incomming, chrif_accountban -> 'not sure: kick the player with message XY'
-//2b15: Incomming, chrif_recvgmaccounts -> 'recieve gm accs from charserver (seems to be incomplete !)'
+//2b15: Incomming, chrif_recvgmaccounts -> 'receive gm accs from charserver (seems to be incomplete !)'
//2b16: Outgoing, chrif_ragsrvinfo -> 'sends motd / rates ....'
//2b17: Outgoing, chrif_char_offline -> 'tell the charserver that the char is now offline'
//2b18: Outgoing, chrif_char_reset_offline -> 'set all players OFF!'
diff --git a/src/map/irc.c b/src/map/irc.c
index c5e707dd9..863631394 100644
--- a/src/map/irc.c
+++ b/src/map/irc.c
@@ -317,7 +317,7 @@ void irc_parse_sub(int fd, char *incoming_string)
// Names Reply [Zido]
else if((strcmpi(command,"353")==0)) {
- ShowInfo("IRC: NAMES recieved\n");
+ ShowInfo("IRC: NAMES received\n");
parse_names_packet(incoming_string);
}
}
diff --git a/src/map/mail.c b/src/map/mail.c
index cd1f63b1e..71c9b8c89 100644
--- a/src/map/mail.c
+++ b/src/map/mail.c
@@ -210,7 +210,7 @@ int mail_delete(struct map_session_data *sd, int message_id)
}
if(!atoi(mail_row[4])) {
mysql_free_result(mail_res);
- //clif_displaymessage(sd->fd,"You have recieved new mail, use @listmail before deleting.");
+ //clif_displaymessage(sd->fd,"You have received new mail, use @listmail before deleting.");
clif_displaymessage(sd->fd,msg_txt(520));
return 0;
}