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 | |
parent | 6c2b430052de76bc275f455e4c6651b7db05e150 (diff) |
Fix typo: recieve -> receive
-rw-r--r-- | protocols/oscar/chatnav.c | 2 | ||||
-rw-r--r-- | protocols/oscar/im.c | 2 |
2 files changed, 2 insertions, 2 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; } 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; } |