From 1053663ab67d35494f02fcdf03ec90c617e9c2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 25 Jun 2017 21:47:25 +0200 Subject: fset: fix typo --- src/plugins/fset/fset-completion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/fset/fset-completion.c b/src/plugins/fset/fset-completion.c index be6f2d17b..38bc33bc1 100644 --- a/src/plugins/fset/fset-completion.c +++ b/src/plugins/fset/fset-completion.c @@ -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); } -- cgit v1.2.3