summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_plugin_api.ja.asciidoc
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/ja/weechat_plugin_api.ja.asciidoc
parent2da58ea2b7c34053ce231cf028143236e78d19f9 (diff)
downloadweechat-fa5d6c17f5b98b47984682911434c1a8084e9d2f.zip
doc: fix typos in plugin API reference
Diffstat (limited to 'doc/ja/weechat_plugin_api.ja.asciidoc')
-rw-r--r--doc/ja/weechat_plugin_api.ja.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.asciidoc b/doc/ja/weechat_plugin_api.ja.asciidoc
index ece305f31..9941f26a0 100644
--- a/doc/ja/weechat_plugin_api.ja.asciidoc
+++ b/doc/ja/weechat_plugin_api.ja.asciidoc
@@ -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):