From b8ec088fd9ff4d4f0f47faeea8cf4a44c8a23c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 15 Aug 2018 09:56:18 +0200 Subject: [PATCH] doc: fix typos in plugin API reference --- doc/en/weechat_plugin_api.en.adoc | 4 ++-- doc/it/weechat_plugin_api.it.adoc | 4 ++-- doc/ja/weechat_plugin_api.ja.adoc | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index b9c712277..75974c407 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -9389,7 +9389,7 @@ _Updated in 0.4.3, 1.0, 1.5._ Hook a message printed. It is called when a line has been added in a buffer with formatted content. -Fore more information on the hooks called when a line is printed, see +For more information on the hooks called when a line is printed, see <<_hook_line,hook_line>>. Prototype: @@ -11048,7 +11048,7 @@ List of modifiers used by WeeChat and plugins: plugin + ";" + buffer_name + ";" + tags | Message printed. | New message printed. + - Fore more information on the hooks called when a line is printed, see + For more information on the hooks called when a line is printed, see <<_hook_line,hook_line>>. |=== diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 233064f21..97427b770 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -9684,7 +9684,7 @@ Hook su un messaggio stampato. It is called when a line has been added in a buffer with formatted content. // TRANSLATION MISSING -Fore more information on the hooks called when a line is printed, see +For more information on the hooks called when a line is printed, see <<_hook_line,hook_line>>. Prototipo: @@ -11490,7 +11490,7 @@ List of modifiers used by WeeChat and plugins: plugin + ";" + buffer_name + ";" + tags | Messaggio stampato. | Nuovo messaggio stampato. + - Fore more information on the hooks called when a line is printed, see + For more information on the hooks called when a line is printed, see <<_hook_line,hook_line>>. |=== diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 6750f6dc0..283c05aa3 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -9361,7 +9361,7 @@ _WeeChat バージョン 0.4.3、1.0、1.5 で更新。_ a buffer with formatted content. // TRANSLATION MISSING -Fore more information on the hooks called when a line is printed, see +For more information on the hooks called when a line is printed, see <<_hook_line,hook_line>>. プロトタイプ: @@ -11021,7 +11021,7 @@ WeeChat とプラグインが使う修飾子のリスト: plugin + ";" + buffer_name + ";" + tags | 表示されたメッセージ | 表示される新しいメッセージ + - Fore more information on the hooks called when a line is printed, see + For more information on the hooks called when a line is printed, see <<_hook_line,hook_line>>. |===