fix typo in comment

pointed out by halbeno
This commit is contained in:
Hiltjo Posthuma 2018-05-22 08:43:32 +02:00
parent 804cb72666
commit 25ee995ead

2
ii.c
View File

@ -28,7 +28,7 @@ char *argv0;
size_t strlcpy(char *, const char *, size_t);
#define IRC_CHANNEL_MAX 200
#define IRC_MSG_MAX 512 /* quaranteed to be <= than PIPE_BUF */
#define IRC_MSG_MAX 512 /* guaranteed to be <= than PIPE_BUF */
#define PING_TIMEOUT 300
enum { TOK_NICKSRV = 0, TOK_USER, TOK_CMD, TOK_CHAN, TOK_ARG, TOK_TEXT, TOK_LAST };