[hackers] [ii] fix typo in comment || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Tue, 22 May 2018 08:44:39 +0200 (CEST)

commit 25ee995ead94f3343edee8aed797eea1140a6bfb
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Tue May 22 08:43:32 2018 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Tue May 22 08:43:32 2018 +0200

    fix typo in comment
    
    pointed out by halbeno

diff --git a/ii.c b/ii.c
index 6583792..fc02d7f 100644
--- a/ii.c
+++ b/ii.c
_AT_@ -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 };
Received on Tue May 22 2018 - 08:44:39 CEST

This archive was generated by hypermail 2.3.0 : Tue May 22 2018 - 08:48:24 CEST