diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-02 20:02:04 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-02 20:02:04 +0200 |
commit | 345c46133d929bb1307f5b812ae583de55d39ab5 (patch) | |
tree | 4bc552ce6365a206f784563dafdcd16f5ea4546d /src/plugins/buflist/buflist-command.c | |
parent | d9336d52b326e249508fe7b25b3e4eda825a866c (diff) | |
download | weechat-345c46133d929bb1307f5b812ae583de55d39ab5.zip |
buflist: fix typo in /help buflist
Diffstat (limited to 'src/plugins/buflist/buflist-command.c')
-rw-r--r-- | src/plugins/buflist/buflist-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/buflist/buflist-command.c b/src/plugins/buflist/buflist-command.c index 6f91437ce..adf4a1ba2 100644 --- a/src/plugins/buflist/buflist-command.c +++ b/src/plugins/buflist/buflist-command.c @@ -106,7 +106,7 @@ buflist_command_init () "(evaluation of option buflist.format.number)\n" " - ${number}: indented number, for example \" 1\" if there " "are between 10 and 99 buffers\n" - " - ${number_displayed}: \"1\" is the number is displayed, " + " - ${number_displayed}: \"1\" if the number is displayed, " "otherwise \"0\"\n" " - ${indent}: indentation for name (channel and private " "buffers are indented) (evaluation of " |