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/chatnav.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/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; } |