diff src/protocols/oscar/service.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 9790cda80d52
children aef5f316b746
line wrap: on
line diff
--- a/src/protocols/oscar/service.c	Wed Apr 21 01:20:41 2004 +0000
+++ b/src/protocols/oscar/service.c	Wed Apr 21 01:34:26 2004 +0000
@@ -196,7 +196,7 @@
 }
 
 /*
- * OSCAR defines several 'rate classes'.  Each class has seperate
+ * OSCAR defines several 'rate classes'.  Each class has separate
  * rate limiting properties (limit level, alert level, disconnect
  * level, etc), and a set of SNAC family/type pairs associated with
  * it.  The rate classes, their limiting properties, and the definitions
@@ -881,9 +881,9 @@
  * on Win32.  So far, AOL has only been requesting bytes in static regions
  * of memory.  (I won't put it past them to start requesting data in
  * less static regions -- regions that are initialized at run time, but still
- * before the client recieves this request.)
+ * before the client receives this request.)
  *
- * When the client recieves the request, it adds it to the current ds
+ * When the client receives the request, it adds it to the current ds
  * (0x00400000) and dereferences it, copying the data into a buffer which
  * it then runs directly through the MD5 hasher.  The 16 byte output of
  * the hash is then sent back to the server.
@@ -895,7 +895,7 @@
  *     for accessing the AOL network using unauthorized software.  You can
  *     download a FREE, fully featured, and authorized client, here 
  *     http://www.aol.com/aim/download2.html"
- * The connection is then closed, recieving disconnect code 1, URL
+ * The connection is then closed, receiving disconnect code 1, URL
  * http://www.aim.aol.com/errors/USER_LOGGED_OFF_NEW_LOGIN.html.  
  *
  * Note, however, that numerous inconsistencies can cause the above error,