summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-06-25 21:47:25 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-06-25 21:47:25 +0200
commit1053663ab67d35494f02fcdf03ec90c617e9c2ff (patch)
tree21a853d5e5b73483605c5c26fd3e4d6527da7591 /src
parent49963a9bd1fabff37351034dfc2378797110036a (diff)
downloadweechat-1053663ab67d35494f02fcdf03ec90c617e9c2ff.zip
fset: fix typo
Diffstat (limited to 'src')
-rw-r--r--src/plugins/fset/fset-completion.c2
1 files changed, 1 insertions, 1 deletions
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);
}