spelling: unsubscribed

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 17:08:03 -05:00
parent 445eb1471b
commit 0f74b405d0

View file

@ -101,5 +101,5 @@ static bool prv_add_handler(const char *event_name, jerry_value_t handler) {
const RockyGlobalAPI TICKSERVICE_APIS = {
.init = prv_init,
.add_handler = prv_add_handler,
// TODO: PBL-43380 apparently, we never unsubsrcibed from tick events…
// TODO: PBL-43380 apparently, we never unsubscribed from tick events…
};