diff src/internal.h @ 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 8b935eddeb10
children 504570a1acd5
line wrap: on
line diff
--- a/src/internal.h	Wed Apr 21 01:20:41 2004 +0000
+++ b/src/internal.h	Wed Apr 21 01:34:26 2004 +0000
@@ -1,4 +1,4 @@
-/**
+ /**
  * @file internal.h Internal definitions and includes
  * @ingroup core
  *
@@ -55,7 +55,7 @@
 
 #define MSG_LEN 2048
 /* The above should normally be the same as BUF_LEN,
- * but just so we're explictly asking for the max message
+ * but just so we're explicitly asking for the max message
  * length. */
 #define BUF_LEN MSG_LEN
 #define BUF_LONG BUF_LEN * 2