aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-08-01 09:07:02 +0200
committerPřemysl Janouch <p@janouch.name>2018-08-01 09:16:44 +0200
commit54d34061756e8fe600063eff5cb98377cbfe1ec9 (patch)
tree264767423898b59097b8a46183af44e91a799137
parentf79dd027e9f0ff05d949570b657e1e26b941d3fd (diff)
downloadxK-54d34061756e8fe600063eff5cb98377cbfe1ec9.tar.gz
xK-54d34061756e8fe600063eff5cb98377cbfe1ec9.tar.xz
xK-54d34061756e8fe600063eff5cb98377cbfe1ec9.zip
kike: fix grammar in config item description
-rw-r--r--kike.c2
1 files changed, 1 insertions, 1 deletions
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 }
};