From: <the...@us...> - 2006-12-21 09:21:32
|
Revision: 18038 http://svn.sourceforge.net/gaim/?rev=18038&view=rev Author: thekingant Date: 2006-12-21 01:21:32 -0800 (Thu, 21 Dec 2006) Log Message: ----------- Correct 2 tiny spelling mistakes Modified Paths: -------------- trunk/libgaim/protocols/oscar/family_chatnav.c trunk/libgaim/protocols/oscar/oscar.c Modified: trunk/libgaim/protocols/oscar/family_chatnav.c =================================================================== --- trunk/libgaim/protocols/oscar/family_chatnav.c 2006-12-21 09:14:53 UTC (rev 18037) +++ trunk/libgaim/protocols/oscar/family_chatnav.c 2006-12-21 09:21:32 UTC (rev 18038) @@ -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; } Modified: trunk/libgaim/protocols/oscar/oscar.c =================================================================== --- trunk/libgaim/protocols/oscar/oscar.c 2006-12-21 09:14:53 UTC (rev 18037) +++ trunk/libgaim/protocols/oscar/oscar.c 2006-12-21 09:21:32 UTC (rev 18038) @@ -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; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |