Committer  : entrope
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Branch tags: u2_10_12_branch
Commit time: 2006-08-03 03:02:01 UTC

Modified files:
  Tag: u2_10_12_branch
     ChangeLog include/channel.h

Log message:

Fix doxygen comment typo.

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.710.2.120 ircu2.10/ChangeLog:1.710.2.121
--- ircu2.10/ChangeLog:1.710.2.120      Sun Jul  9 05:45:23 2006
+++ ircu2.10/ChangeLog  Wed Aug  2 20:01:45 2006
@@ -1,3 +1,7 @@
+2006-08-02  Michael Poole <[EMAIL PROTECTED]>
+
+       * include/channel.h (struct Ban): Fix typo in doxygen comment.
+
 2006-07-09  Michael Poole <[EMAIL PROTECTED]>
 
        * include/patchlevel.h (PATCHLEVEL): Bump for pre09.
Index: ircu2.10/include/channel.h
diff -u ircu2.10/include/channel.h:1.55.2.1 ircu2.10/include/channel.h:1.55.2.2
--- ircu2.10/include/channel.h:1.55.2.1 Fri Dec 23 09:12:06 2005
+++ ircu2.10/include/channel.h  Wed Aug  2 20:01:50 2006
@@ -19,7 +19,7 @@
  */
 /** @file
  * @brief Channel management and maintenance.
- * @version $Id: channel.h,v 1.55.2.1 2005/12/23 17:12:06 klmitch Exp $
+ * @version $Id: channel.h,v 1.55.2.2 2006/08/03 03:01:50 entrope Exp $
  */
 #ifndef INCLUDED_channel_h
 #define INCLUDED_channel_h
@@ -249,7 +249,7 @@
 /** A single ban for a channel. */
 struct Ban {
   struct Ban* next;           /**< next ban in the channel */
-  struct irc_in_addr address; /**< addres for BAN_IPMASK bans */
+  struct irc_in_addr address; /**< address for BAN_IPMASK bans */
   time_t when;                /**< timestamp when ban was added */
   unsigned short flags;       /**< modifier flags for the ban */
   unsigned char nu_len;       /**< length of nick!user part of banstr */
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to