diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-23 12:30:54 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-23 12:30:54 +0200 |
commit | e887592b789ee5406ea42478f38f7dd613b9d015 (patch) | |
tree | dd99333dfd900da147fa7748b7dd674821a05cc1 /doc/en/autogen | |
parent | 6b017fa38afefe2e681a4853b62e980a504eb2dd (diff) | |
download | weechat-e887592b789ee5406ea42478f38f7dd613b9d015.zip |
core: fix typo: unambigous -> unambiguous
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/weechat_options.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_options.asciidoc b/doc/en/autogen/user/weechat_options.asciidoc index 5a0a78619..78c799d12 100644 --- a/doc/en/autogen/user/weechat_options.asciidoc +++ b/doc/en/autogen/user/weechat_options.asciidoc @@ -519,7 +519,7 @@ ** values: any string (default value: `""`) * [[option_weechat.look.command_incomplete]] *weechat.look.command_incomplete* -** description: `if set, incomplete and unambigous commands are allowed, for example /he for /help` +** description: `if set, incomplete and unambiguous commands are allowed, for example /he for /help` ** type: boolean ** values: on, off (default value: `off`) |