spelling: insensitive

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:52:07 -05:00
parent c592d79230
commit 6e17914ae0

View file

@ -67,7 +67,7 @@ static bool prv_matches_system_locale(jerry_value_t locale) {
return true;
}
// in the future, we could run a case-insenstive compare against app_get_system_locale()
// in the future, we could run a case-insensitive compare against app_get_system_locale()
// but as we want apps to encourage to be i18n, there's no real point to
// receive strings such as 'en-us'. We will ask them to always pass undefined instead
return false;