]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/conf.h
Spelling fixes, mostly in file comments
[ngircd.git] / src / ngircd / conf.h
index f3e2c5a573936a8df5588cba342d8b5f63566f71..789d3de7f38385bcac66e91ab2ca7482511684e5 100644 (file)
@@ -241,7 +241,7 @@ GLOBAL unsigned int Conf_MaxNickLength;
 /** Maximum number of channels returned to /list */
 GLOBAL int Conf_MaxListSize;
 
-/** Maximium seconds to add per "penalty". -1 = unlimited. */
+/** Maximum seconds to add per "penalty". -1 = unlimited. */
 GLOBAL time_t Conf_MaxPenaltyTime;
 
 #ifndef STRICT_RFC