SLOC -> LOC

This commit is contained in:
Nico Golde 2007-02-02 13:47:08 +01:00
parent 3e66765243
commit f763ac712f
1 changed files with 1 additions and 1 deletions

2
ii.c
View File

@ -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");