diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-11-12 22:48:28 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-11-12 22:48:28 +0000 |
commit | 6da18acb1373d5555240a0d7779c012a20cf443b (patch) | |
tree | 5674fc7a791575c883bcced62d2353b38f46f9c5 /protocols/oscar/im.c | |
parent | 389ce9f37de662fa58ae293058e34d469e546790 (diff) | |
parent | 5258d364a0aae0336b9a225d69498260bebe7b54 (diff) |
Merging a bunch of Debian packaging fixes from AnAnt, the package should be
Lintian clean now (or at least *much* cleaner than before). Thanks!
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; } |