diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-14 20:11:59 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-14 20:11:59 +0100 |
commit | fa5d6c17f5b98b47984682911434c1a8084e9d2f (patch) | |
tree | 55971af32c3cea51c690b357b3551c0b937469dc /doc/en | |
parent | 2da58ea2b7c34053ce231cf028143236e78d19f9 (diff) | |
download | weechat-fa5d6c17f5b98b47984682911434c1a8084e9d2f.zip |
doc: fix typos in plugin API reference
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.asciidoc b/doc/en/weechat_plugin_api.en.asciidoc index 5d7ecc68d..d36b71a8e 100644 --- a/doc/en/weechat_plugin_api.en.asciidoc +++ b/doc/en/weechat_plugin_api.en.asciidoc @@ -4313,7 +4313,7 @@ Script (Python): [source,python] ---- # prototype -config_file = weechat.config_new(name, calback_reload, callback_reload_data) +config_file = weechat.config_new(name, callback_reload, callback_reload_data) # example def my_config_reload_cb(data, config_file): |