diff options
| author | Alexander Barton <alex@barton.de> | 2011-11-05 00:35:18 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2011-11-05 00:35:18 +0100 |
| commit | 60812b6fdf8ec8b644e1209802cd001a0a032d23 (patch) | |
| tree | f6d4c2f40f7c64db1005e4cde218d82f16e12612 /src | |
| parent | 1ea681161652c118d7acb7932678e1acf6646611 (diff) | |
| download | ngircd-60812b6fdf8ec8b644e1209802cd001a0a032d23.tar.gz ngircd-60812b6fdf8ec8b644e1209802cd001a0a032d23.zip | |
defines.h: fix comment: "lenth" -> "length"
Reported by Christoph Biedl in #ngircd. Thanks!
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h index 8db59e89..4bcb6aff 100644 --- a/src/ngircd/defines.h +++ b/src/ngircd/defines.h @@ -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 */ |