diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-17 12:55:20 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-17 12:55:20 +0100 |
commit | 149c77decdbc81979af5aa9853e346f9beebca79 (patch) | |
tree | 99ba28af0c9747425ff923feb437f6ccc1ad3f88 /doc/en/autogen/user/irc_options.txt | |
parent | 46677c79fcb0aa57ee2129f959c76267a8f08d8d (diff) | |
download | weechat-149c77decdbc81979af5aa9853e346f9beebca79.zip |
core: fix typos in many comments and some strings
Diffstat (limited to 'doc/en/autogen/user/irc_options.txt')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 505c74179..ab31167d7 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -219,7 +219,7 @@ ** values: none, next, near_server (default value: `none`) * [[option_irc.look.nick_color_force]] *irc.look.nick_color_force* -** description: `force color for some nicks: hash computed with nickname to find color will not be used for these nicks (format is: "nick1:color1;nick2:color2"); lookup for nicks is with exact case then lower case, so it's possible to use only lower case for nicks in this option` +** description: `force color for some nicks: hash computed with nickname to find color will not be used for these nicks (format is: "nick1:color1;nick2:color2"); look up for nicks is with exact case then lower case, so it's possible to use only lower case for nicks in this option` ** type: string ** values: any string (default value: `""`) @@ -304,7 +304,7 @@ ** values: on, off (default value: `on`) * [[option_irc.look.smart_filter_join_unmask]] *irc.look.smart_filter_join_unmask* -** description: `delay for unmasking a join message that was filtered with tag "irc_smart_filter" (in minutes): if a nick jas joined max N minutes ago and then says something on channel (message, notice or update on topic), the join is unmasked, as well as nick changes after this join (0 = disable: never unmask a join)` +** description: `delay for unmasking a join message that was filtered with tag "irc_smart_filter" (in minutes): if a nick has joined max N minutes ago and then says something on channel (message, notice or update on topic), the join is unmasked, as well as nick changes after this join (0 = disable: never unmask a join)` ** type: integer ** values: 0 .. 10080 (default value: `30`) |