summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorakrus <akrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-07 07:25:09 +0000
committerakrus <akrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-07 07:25:09 +0000
commit7e5511badf86585b3d7cae3695705e1c38f98dc8 (patch)
tree6fa8d5f80d507973db0b95a1cb8317b6388a385b /src
parent15b04fb5907300b92a079533675c67b4ffdcae17 (diff)
downloadhercules-7e5511badf86585b3d7cae3695705e1c38f98dc8.tar.gz
hercules-7e5511badf86585b3d7cae3695705e1c38f98dc8.tar.bz2
hercules-7e5511badf86585b3d7cae3695705e1c38f98dc8.tar.xz
hercules-7e5511badf86585b3d7cae3695705e1c38f98dc8.zip
Fixed a typo :o
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12921 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 198a60dca..0b2aa773e 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -8621,7 +8621,7 @@ void clif_parse_WisMessage(int fd, struct map_session_data* sd)
if( dstsd->state.autotrade == 1 )
{
char output[256];
- sprintf(output, "%s is in autotrade mode and cannot recieve whispered messages.", dstsd->status.name);
+ sprintf(output, "%s is in autotrade mode and cannot receive whispered messages.", dstsd->status.name);
clif_wis_message(fd, sd->status.name, output, strlen(output) + 1);
return;
}