# HG changeset patch # User Mark Doliner # Date 1166692892 0 # Node ID 32c0e5e94aaaf9f1f2c2fdc679af94b4a2dab410 # Parent 8948ebd0c4b13d5bb72465d4ac1c145f9c21de34 [gaim-migrate @ 18038] Correct 2 tiny spelling mistakes committer: Tailor Script diff -r 8948ebd0c4b1 -r 32c0e5e94aaa libgaim/protocols/oscar/family_chatnav.c --- a/libgaim/protocols/oscar/family_chatnav.c Thu Dec 21 09:14:53 2006 +0000 +++ b/libgaim/protocols/oscar/family_chatnav.c Thu Dec 21 09:21:32 2006 +0000 @@ -417,7 +417,7 @@ } if (snac2->family != 0x000d) { - gaim_debug_misc("oscar", "faim: chatnav_parse_info: recieved response that maps to corrupt request! (fam=%04x)\n", snac2->family); + gaim_debug_misc("oscar", "faim: chatnav_parse_info: received response that maps to corrupt request! (fam=%04x)\n", snac2->family); return 0; } diff -r 8948ebd0c4b1 -r 32c0e5e94aaa libgaim/protocols/oscar/oscar.c --- a/libgaim/protocols/oscar/oscar.c Thu Dec 21 09:14:53 2006 +0000 +++ b/libgaim/protocols/oscar/oscar.c Thu Dec 21 09:21:32 2006 +0000 @@ -3330,7 +3330,7 @@ } /* - * Recieved in response to an IM sent with the AIM_IMFLAGS_ACK option. + * Received in response to an IM sent with the AIM_IMFLAGS_ACK option. */ static int gaim_parse_msgack(OscarData *od, FlapConnection *conn, FlapFrame *fr, ...) { va_list ap;