From 358b8ad2a69ec04ce6a1240cc700be39db06caa2 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:46:06 -0400 Subject: [PATCH] spelling: sensitive 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 6eecf2a68..0ab8a18ff 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -1094,7 +1094,7 @@ uppercase letters are properly converted to lowercase (by calling function Return value: * arithmetic result of subtracting the last compared UTF-8 char in - _string2_ (converted to lowercase if _case_sentitive_ is set to 0) from the last + _string2_ (converted to lowercase if _case_sensitive_ is set to 0) from the last compared UTF-8 char in _string1_ (converted to lowercase if _case_sensitive_ is set to 0): ** < 0 if string1 < string2 diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 61a4aa916..7ea95e887 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -1175,7 +1175,7 @@ uppercase letters are properly converted to lowercase (by calling function Return value: * arithmetic result of subtracting the last compared UTF-8 char in - _string2_ (converted to lowercase if _case_sentitive_ is set to 0) from the last + _string2_ (converted to lowercase if _case_sensitive_ is set to 0) from the last compared UTF-8 char in _string1_ (converted to lowercase if _case_sensitive_ is set to 0): // TRANSLATION MISSING diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 73888291f..1884a1358 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -1141,7 +1141,7 @@ uppercase letters are properly converted to lowercase (by calling function Return value: * arithmetic result of subtracting the last compared UTF-8 char in - _string2_ (converted to lowercase if _case_sentitive_ is set to 0) from the last + _string2_ (converted to lowercase if _case_sensitive_ is set to 0) from the last compared UTF-8 char in _string1_ (converted to lowercase if _case_sensitive_ is set to 0): // TRANSLATION MISSING