From 54d34061756e8fe600063eff5cb98377cbfe1ec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Wed, 1 Aug 2018 09:07:02 +0200 Subject: [PATCH] kike: fix grammar in config item description --- kike.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kike.c b/kike.c index 69384ed..0bcec60 100644 --- a/kike.c +++ b/kike.c @@ -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 } };