git clone https://orangeshoelaces.net/git/ii.git
Author: Nico Golde on 02/02/2007
Committer: Nico Golde on 02/02/2007
SLOC -> LOC
ii.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ii.c b/ii.c
index 232cbbb..cdb6f28 100644
--- a/ii.c
+++ b/ii.c
@@ -274,7 +274,7 @@ static void proc_channels_input(Channel *c, char *buf) {
snprintf(message, PIPE_BUF, "PART %s :%s\r\n", c->name, &buf[3]);
else
snprintf(message, PIPE_BUF,
- "PART %s :ii - 500SLOC are too much\r\n", c->name);
+ "PART %s :ii - 500 LOC are too much\r\n", c->name);
write(irc, message, strlen(message));
close(c->fd);
create_filepath(infile, sizeof(infile), c->name, "in");