From 08895863d913eb8df6cf05cd2057099c857deec8 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:41:05 -0400 Subject: [PATCH] spelling: callbacks Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- doc/en/weechat_plugin_api.en.adoc | 2 +- doc/it/weechat_plugin_api.it.adoc | 2 +- doc/ja/weechat_plugin_api.ja.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index e3fd5ad0a..7c4d2b1b0 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -10009,7 +10009,7 @@ C examples: [source,c] ---- /* hook modifier with priority = 2000 */ -/* high priority: called before other modifier calbacks */ +/* high priority: called before other modifier callbacks */ weechat_hook_modifier ("2000|input_text_display", &modifier_cb, NULL, NULL); /* hook two signals with priority = 3000 */ diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index cba37aec2..1e34ebb73 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -10395,7 +10395,7 @@ C examples: [source,c] ---- /* hook per il modificatore con priorità = 2000 */ -/* high priority: called before other modifier calbacks */ +/* high priority: called before other modifier callbacks */ weechat_hook_modifier ("2000|input_text_display", &modifier_cb, NULL, NULL); /* hook two signals with priority = 3000 */ diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index c6de129ba..a9fcf0fff 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -10143,7 +10143,7 @@ C examples: [source,c] ---- /* hook modifier with priority = 2000 */ -/* high priority: called before other modifier calbacks */ +/* high priority: called before other modifier callbacks */ weechat_hook_modifier ("2000|input_text_display", &modifier_cb, NULL, NULL); /* hook two signals with priority = 3000 */