From 7064d28c53cb2cd8b5660d9e397abd934be172ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=A3=D8=AD=D9=85=D8=AF=20=D8=A7=D9=84=D9=85=D8=AD=D9=85?= =?UTF-8?q?=D9=88=D8=AF=D9=8A=20=28Ahmed=20El-Mahmoudy=29?= Date: Mon, 25 Oct 2010 16:23:46 +0200 Subject: Fix typo: recieve -> receive --- protocols/oscar/chatnav.c | 2 +- protocols/oscar/im.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols') 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; } -- cgit v1.2.3