diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-09-25 16:39:30 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-09-25 16:39:30 +0200 |
commit | a8c22c11fcdafc6ca936e478d732327d63df46f8 (patch) | |
tree | 51e3d6fe27bdd40e91838fdc94c9f80839099097 /doc | |
parent | 072d526023be67615b6c3035f84b0ea81475b1ef (diff) | |
download | weechat-a8c22c11fcdafc6ca936e478d732327d63df46f8.zip |
doc: fix typos in plugin API reference
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 6a231421c..996305803 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -4299,7 +4299,7 @@ Arguments: * 'option': option pointer * 'value': new value for option -* 'run_callback': 1 for calling chang callback if value of option is changed, +* 'run_callback': 1 for calling change callback if value of option is changed, otherwise 0 Return value: @@ -4359,7 +4359,7 @@ int weechat_config_option_set_null (struct t_config_option *option, Arguments: * 'option': option pointer -* 'run_callback': 1 for calling chang callback if value of option is changed +* 'run_callback': 1 for calling change callback if value of option is changed (if it was not null), otherwise 0 [NOTE] |