changeset 15249: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 4730550da5fa
files libgaim/protocols/oscar/family_chatnav.c libgaim/protocols/oscar/oscar.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
 	}
 
--- 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;