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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user