1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

core: fix typo: refreshs -> refreshes

This commit is contained in:
Sébastien Helleu
2017-03-12 18:33:53 +01:00
parent b372a34b71
commit 5661b4da74
16 changed files with 46 additions and 39 deletions
+2 -2
View File
@@ -3182,8 +3182,8 @@ irc_config_init ()
irc_config_network_lag_refresh_interval = weechat_config_new_option (
irc_config_file, ptr_section,
"lag_refresh_interval", "integer",
N_("interval between two refreshs of lag item, when lag is increasing "
"(in seconds)"),
N_("interval between two refreshes of lag item, when lag is "
"increasing (in seconds)"),
NULL, 1, 3600, "1", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
irc_config_network_notify_check_ison = weechat_config_new_option (