diff src/protocols/oscar/email.c @ 8735:92cbf9713795

[gaim-migrate @ 9490] Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in the coments and documentaion. Thansk Jonathan! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Apr 2004 01:34:26 +0000
parents be7c1468c6a7
children acbd980d6179
line wrap: on
line diff
--- a/src/protocols/oscar/email.c	Wed Apr 21 01:20:41 2004 +0000
+++ b/src/protocols/oscar/email.c	Wed Apr 21 01:34:26 2004 +0000
@@ -90,7 +90,7 @@
 	/* See if we already have some info associated with this cookie */
 	for (new=sess->emailinfo; (new && strncmp(cookie16, new->cookie16, 16)); new=new->next);
 	if (new) {
-		/* Free some of the old info, if existant */
+		/* Free some of the old info, if it exists */
 		free(new->cookie8);
 		free(new->cookie16);
 		free(new->url);
@@ -115,7 +115,7 @@
 			havenewmail = 1;
 		new->nummsgs = tmp;
 	} else {
-		/* If they don't send a 0x0080 TLV, it means we definately have new mail */
+		/* If they don't send a 0x0080 TLV, it means we definitely have new mail */
 		/* (ie. this is not just another status update) */
 		havenewmail = 1;
 		new->nummsgs++; /* We know we have at least 1 new email */