From 6e17914ae02befd2ac520d9f8067c84ff1edec86 Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Tue, 28 Jan 2025 14:52:07 -0500
Subject: [PATCH] spelling: insensitive

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
 src/fw/applib/rockyjs/api/rocky_api_datetime.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fw/applib/rockyjs/api/rocky_api_datetime.c b/src/fw/applib/rockyjs/api/rocky_api_datetime.c
index 1426b84e..fc52c965 100644
--- a/src/fw/applib/rockyjs/api/rocky_api_datetime.c
+++ b/src/fw/applib/rockyjs/api/rocky_api_datetime.c
@@ -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;