diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-04 12:21:47 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-04 12:21:47 +0200 |
commit | 2dff60d7f832fbb65cd6390a1ef69e8d36a58ce9 (patch) | |
tree | 35e75c6139886b622de07c19db80840ef505ee27 /doc/it/weechat_plugin_api.it.txt | |
parent | 8ca36552eaa5fcdb2b82961dee0fa81ed69fe2bb (diff) | |
download | weechat-2dff60d7f832fbb65cd6390a1ef69e8d36a58ce9.zip |
core: replace "behaviour" by "behavior"
Diffstat (limited to 'doc/it/weechat_plugin_api.it.txt')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index e2267e4a6..4a5f2bf08 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -1711,7 +1711,7 @@ Argomenti: * 'extra_vars': extra variables that will be expanded (can be NULL) * 'options': a hashtable with some options (keys and values must be string) (can be NULL): -** 'type': default behaviour is just to replace values in expression, other +** 'type': default behavior is just to replace values in expression, other types can be selected: *** 'condition': the expression is evaluated as a condition: operators and parentheses are used, result is a boolean ("0" or "1") |