diff src/protocols/oscar/snac.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 858979ab3867
children 17142948653e
line wrap: on
line diff
--- a/src/protocols/oscar/snac.c	Wed Apr 21 01:20:41 2004 +0000
+++ b/src/protocols/oscar/snac.c	Wed Apr 21 01:34:26 2004 +0000
@@ -4,7 +4,7 @@
  *
  * outstanding_snacs is a list of aim_snac_t structs.  A SNAC should be added
  * whenever a new SNAC is sent and it should remain in the list until the
- * response for it has been receieved.  
+ * response for it has been received.  
  *
  * cleansnacs() should be called periodically by the client in order
  * to facilitate the aging out of unreplied-to SNACs. This can and does
@@ -103,7 +103,7 @@
 
 /*
  * This is for cleaning up old SNACs that either don't get replies or
- * a reply was never received for.  Garabage collection. Plain and simple.
+ * a reply was never received for.  Garbage collection. Plain and simple.
  *
  * maxage is the _minimum_ age in seconds to keep SNACs.
  *