1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-28 04:46:17 +00:00

defines.h: fix comment: "lenth" -> "length"

Reported by Christoph Biedl in #ngircd. Thanks!
This commit is contained in:
Alexander Barton 2011-11-05 00:35:18 +01:00
parent 1ea6811616
commit 60812b6fdf

View File

@ -44,7 +44,7 @@
see RFC 2812, section 1.2.1 */
#define CLIENT_NAME_LEN 32 /* Max. length of "real names" */
#define CLIENT_HOST_LEN 64 /* Max. host name length */
#define CLIENT_MODE_LEN 16 /* Max. lenth of all client modes */
#define CLIENT_MODE_LEN 16 /* Max. length of all client modes */
#define CLIENT_INFO_LEN 64 /* Max. length of server info texts */
#define CLIENT_AWAY_LEN 128 /* Max. length of away messages */
#define CLIENT_FLAGS_LEN 16 /* Max. length of client flags */