diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 21:47:25 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 21:47:25 +0200 |
commit | 1053663ab67d35494f02fcdf03ec90c617e9c2ff (patch) | |
tree | 21a853d5e5b73483605c5c26fd3e4d6527da7591 /src | |
parent | 49963a9bd1fabff37351034dfc2378797110036a (diff) | |
download | weechat-1053663ab67d35494f02fcdf03ec90c617e9c2ff.zip |
fset: fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/fset/fset-completion.c | 2 |
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); } |