diff options
author | أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> | 2010-10-25 16:23:46 +0200 |
---|---|---|
committer | أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> | 2010-10-25 16:23:46 +0200 |
commit | 7064d28c53cb2cd8b5660d9e397abd934be172ba (patch) | |
tree | 4eec5a14563e4950b072685261742998b283156b /protocols/oscar/chatnav.c | |
parent | 6c2b430052de76bc275f455e4c6651b7db05e150 (diff) |
Fix typo: recieve -> receive
Diffstat (limited to 'protocols/oscar/chatnav.c')
-rw-r--r-- | protocols/oscar/chatnav.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/oscar/chatnav.c b/protocols/oscar/chatnav.c index d94d3c7b..7cfc52af 100644 --- a/protocols/oscar/chatnav.c +++ b/protocols/oscar/chatnav.c @@ -371,7 +371,7 @@ static int parseinfo(aim_session_t *sess, aim_module_t *mod, aim_frame_t *rx, ai } if (snac2->family != 0x000d) { - imcb_error(sess->aux_data, "recieved response that maps to corrupt request!"); + imcb_error(sess->aux_data, "received response that maps to corrupt request!"); return 0; } |