diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-02 21:22:53 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 16:35:27 +0200 |
commit | 0e53103b6e4a91805fd807b4e86b204931aa3131 (patch) | |
tree | 5b88fb1177467f23e2de51ce44e3a56883794067 /src/plugins/fset/fset-command.c | |
parent | 826cd0bd7cf3c8f06b582b5d67b51af7ea65808c (diff) | |
download | weechat-0e53103b6e4a91805fd807b4e86b204931aa3131.zip |
fset: fix typo in /help fset
Diffstat (limited to 'src/plugins/fset/fset-command.c')
-rw-r--r-- | src/plugins/fset/fset-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c index 6cb9c2417..a9b8c7caa 100644 --- a/src/plugins/fset/fset-command.c +++ b/src/plugins/fset/fset-command.c @@ -531,7 +531,7 @@ fset_command_init () " - ${description}: option description\n" " - ${string_values}: string values allowed for set of an " "integer option using strings\n" - " - ${marked}: \"1\" if option is marked, othersiwe \"0\"\n" + " - ${marked}: \"1\" if option is marked, otherwise \"0\"\n" " - option data, with color but no spaces:\n" " - same names prefixed by underscore, for example: ${_name}, " "${_type}, ...\n" |