summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-03-14 20:11:59 +0100
committerSébastien Helleu <flashcode@flashtux.org>2016-03-14 20:11:59 +0100
commitfa5d6c17f5b98b47984682911434c1a8084e9d2f (patch)
tree55971af32c3cea51c690b357b3551c0b937469dc /doc/it
parent2da58ea2b7c34053ce231cf028143236e78d19f9 (diff)
downloadweechat-fa5d6c17f5b98b47984682911434c1a8084e9d2f.zip
doc: fix typos in plugin API reference
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_plugin_api.it.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/weechat_plugin_api.it.asciidoc b/doc/it/weechat_plugin_api.it.asciidoc
index 134171f1a..d77f53697 100644
--- a/doc/it/weechat_plugin_api.it.asciidoc
+++ b/doc/it/weechat_plugin_api.it.asciidoc
@@ -4439,7 +4439,7 @@ Script (Python):
[source,python]
----
# prototipo
-config_file = weechat.config_new(name, calback_reload, callback_reload_data)
+config_file = weechat.config_new(name, callback_reload, callback_reload_data)
# esempio
def my_config_reload_cb(data, config_file):
@@ -7488,7 +7488,7 @@ Argomenti:
** valore restituito:
*** 'WEECHAT_RC_OK'
*** 'WEECHAT_RC_ERROR'
-* 'callback_data': puntatore fornito alla calback quando chiamata da WeeChat
+* 'callback_data': puntatore fornito alla callback quando chiamata da WeeChat
Valore restituito: