diff src/protocols/oscar/txqueue.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 0a0be07f066a
children f831a38eb6ba
line wrap: on
line diff
--- a/src/protocols/oscar/txqueue.c	Wed Apr 21 01:20:41 2004 +0000
+++ b/src/protocols/oscar/txqueue.c	Wed Apr 21 01:34:26 2004 +0000
@@ -1,7 +1,7 @@
 /*
  * txqueue.c
  *
- * Herein lies all the mangement routines for the transmit (Tx) queue.
+ * Herein lies all the management routines for the transmit (Tx) queue.
  *
  */
 
@@ -92,7 +92,7 @@
 /*
  * The overall purpose here is to enqueue the passed in command struct
  * into the outgoing (tx) queue.  Basically...
- *   1) Make a scope-irrelevent copy of the struct
+ *   1) Make a scope-irrelevant copy of the struct
  *   3) Mark as not-sent-yet
  *   4) Enqueue the struct into the list
  *   6) Return
@@ -179,7 +179,7 @@
 {
 	
 	/*
-	 * If we want to send on a connection that is inprogress, we have to force
+	 * If we want to send on a connection that is in progress, we have to force
 	 * them to use the queue based version. Otherwise, use whatever they
 	 * want.
 	 */
@@ -353,7 +353,7 @@
 		 */
 		if ((cur->conn->lastactivity + cur->conn->forcedlatency) >= time(NULL)) {
 			/* 
-			 * XXX should be a break! we dont want to block the 
+			 * XXX should be a break! we don't want to block the 
 			 * upper layers
 			 *
 			 * XXX or better, just do this right.