]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/channel.h
Anglified and improved comments in channel.c and channel.h
[ngircd-alex.git] / src / ngircd / channel.h
index 1483b4acc12c373daff7696a9fd75642a1ae2e6f..1f78bf87b377f2e70be8a0ebf0c48c0874d1d841 100644 (file)
@@ -46,7 +46,7 @@ typedef struct _CLIENT2CHAN
        struct _CLIENT2CHAN *next;
        CLIENT *client;
        CHANNEL *channel;
-       char modes[CHANNEL_MODE_LEN];   /* User-Modes in dem Channel */
+       char modes[CHANNEL_MODE_LEN];   /* User-Modes in Channel */
 } CL2CHAN;
 
 #else