Fix doxygen comment typo.
authorMichael Poole <mdpoole@troilus.org>
Thu, 3 Aug 2006 03:01:50 +0000 (03:01 +0000)
committerMichael Poole <mdpoole@troilus.org>
Thu, 3 Aug 2006 03:01:50 +0000 (03:01 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1719 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
include/channel.h

index 761290f9e25aa6ebc0d02c869c69dead3f3387a0..0f9a52d3852da5a15b3b87c62f458927d4cc006a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-02  Michael Poole <mdpoole@troilus.org>
+
+       * include/channel.h (struct Ban): Fix typo in doxygen comment.
+
 2006-07-09  Michael Poole <mdpoole@troilus.org>
 
        * include/patchlevel.h (PATCHLEVEL): Bump for pre09.
index b899e272422a4a4bb62be924d0fbb0177bfd989b..4f2c1c0bbc40079bea035a34b42c3ff9c104bc5c 100644 (file)
@@ -249,7 +249,7 @@ struct Mode {
 /** 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 */