diff options
author | Přemysl Janouch <p@janouch.name> | 2018-08-01 09:07:02 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-08-01 09:16:44 +0200 |
commit | 54d34061756e8fe600063eff5cb98377cbfe1ec9 (patch) | |
tree | 264767423898b59097b8a46183af44e91a799137 /kike.c | |
parent | f79dd027e9f0ff05d949570b657e1e26b941d3fd (diff) | |
download | xK-54d34061756e8fe600063eff5cb98377cbfe1ec9.tar.gz xK-54d34061756e8fe600063eff5cb98377cbfe1ec9.tar.xz xK-54d34061756e8fe600063eff5cb98377cbfe1ec9.zip |
kike: fix grammar in config item description
Diffstat (limited to 'kike.c')
-rw-r--r-- | kike.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } }; |