comparison libgaim/protocols/oscar/oscar.c @ 15248:32c0e5e94aaa

[gaim-migrate @ 18038] Correct 2 tiny spelling mistakes committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 21 Dec 2006 09:21:32 +0000
parents 8948ebd0c4b1
children 2e3ffe29f9ae
comparison
equal deleted inserted replaced
15247:8948ebd0c4b1 15248:32c0e5e94aaa
3328 3328
3329 return FALSE; 3329 return FALSE;
3330 } 3330 }
3331 3331
3332 /* 3332 /*
3333 * Recieved in response to an IM sent with the AIM_IMFLAGS_ACK option. 3333 * Received in response to an IM sent with the AIM_IMFLAGS_ACK option.
3334 */ 3334 */
3335 static int gaim_parse_msgack(OscarData *od, FlapConnection *conn, FlapFrame *fr, ...) { 3335 static int gaim_parse_msgack(OscarData *od, FlapConnection *conn, FlapFrame *fr, ...) {
3336 va_list ap; 3336 va_list ap;
3337 guint16 type; 3337 guint16 type;
3338 char *sn; 3338 char *sn;