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/im.c | |
parent | 6c2b430052de76bc275f455e4c6651b7db05e150 (diff) |
Fix typo: recieve -> receive
Diffstat (limited to 'protocols/oscar/im.c')
-rw-r--r-- | protocols/oscar/im.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/oscar/im.c b/protocols/oscar/im.c index 51d8ec74..4169ea4d 100644 --- a/protocols/oscar/im.c +++ b/protocols/oscar/im.c @@ -936,7 +936,7 @@ static int outgoingim(aim_session_t *sess, aim_module_t *mod, aim_frame_t *rx, a channel = aimbs_get16(bs); if (channel != 0x01) { - imcb_error(sess->aux_data, "icbm: ICBM recieved on unsupported channel. Ignoring."); + imcb_error(sess->aux_data, "icbm: ICBM received on unsupported channel. Ignoring."); return 0; } |