From 7e5511badf86585b3d7cae3695705e1c38f98dc8 Mon Sep 17 00:00:00 2001 From: akrus Date: Mon, 7 Jul 2008 07:25:09 +0000 Subject: Fixed a typo :o git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12921 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3-70-g09d2