kike: fix grammar in config item description

This commit is contained in:
Přemysl Eric Janouch 2018-08-01 09:07:02 +02:00
parent f79dd027e9
commit 54d3406175
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

2
kike.c
View File

@ -50,7 +50,7 @@ static struct simple_config_item g_config_table[] =
{ "operators", NULL, "IRCop TLS cert. fingerprints" },
{ "max_connections", "0", "Global connection limit" },
{ "ping_interval", "180", "Interval between PING's (sec)" },
{ "ping_interval", "180", "Interval between PINGs (sec)" },
{ NULL, NULL, NULL }
};