1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

fset: fix typo

This commit is contained in:
Sébastien Helleu
2017-06-25 21:47:25 +02:00
parent 49963a9bd1
commit 1053663ab6
+1 -1
View File
@@ -114,6 +114,6 @@ fset_completion_init ()
{
weechat_hook_completion ("fset_options",
N_("configuration files, sections, options and "
"word of options"),
"words of options"),
&fset_completion_option_cb, NULL, NULL);
}