doc: fix typos in plugin API reference

v2.8-utf8proc
Sébastien Helleu 2016-03-14 20:11:59 +01:00
parent 2da58ea2b7
commit fa5d6c17f5
4 changed files with 5 additions and 5 deletions

View File

@ -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):

View File

@ -4384,7 +4384,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)
# exemple
def my_config_reload_cb(data, config_file):

View File

@ -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:

View File

@ -4314,7 +4314,7 @@ struct t_config_file *config_file = weechat_config_new ("test",
[source,python]
----
# プロトタイプ
config_file = weechat.config_new(name, calback_reload, callback_reload_data)
config_file = weechat.config_new(name, callback_reload, callback_reload_data)
# 例
def my_config_reload_cb(data, config_file):