diff src/protocols/oscar/txqueue.c @ 7945:0a0be07f066a

[gaim-migrate @ 8619] Hopefully recognize the iChat AV capability. Also hopefully fix a problem faceprint was seeing where hiptop users wouldn't always have the hiptop icon. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 28 Dec 2003 22:12:50 +0000
parents c86f075b269a
children 92cbf9713795
line wrap: on
line diff
--- a/src/protocols/oscar/txqueue.c	Sun Dec 28 04:27:27 2003 +0000
+++ b/src/protocols/oscar/txqueue.c	Sun Dec 28 22:12:50 2003 +0000
@@ -219,7 +219,7 @@
 	if (!bs || !conn || (count < 0))
 		return -EINVAL;
 
-	/* Make sure we don't send paste the end of the bs */
+	/* Make sure we don't send past the end of the bs */
 	if (count > aim_bstream_empty(bs))
 		count = aim_bstream_empty(bs); /* truncate to remaining space */
 
@@ -373,9 +373,9 @@
 }
 
 /*
- *  This is responsable for removing sent commands from the transmit 
- *  queue. This is not a required operation, but it of course helps
- *  reduce memory footprint at run time!  
+ * This is responsible for removing sent commands from the transmit 
+ * queue. This is not a required operation, but it of course helps
+ * reduce memory footprint at run time!  
  */
 faim_export void aim_tx_purgequeue(aim_session_t *sess)
 {