From 874cd587c29f84bffa3a18f44dd47f8efebf6544 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:40:47 -0500 Subject: [PATCH] spelling: existence Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/popups/phone_ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/popups/phone_ui.c b/src/fw/popups/phone_ui.c index 881a8753..ffce8dc3 100644 --- a/src/fw/popups/phone_ui.c +++ b/src/fw/popups/phone_ui.c @@ -803,7 +803,7 @@ static const char *prv_get_app_id(const char *number, PhoneCallSource source) { return NULL; } -// Checks for the existance of a call reply action in the notif pref db and loads it into +// Checks for the existence of a call reply action in the notif pref db and loads it into // a timeline item static bool prv_load_sms_reply_action(const char *number, PhoneCallSource source) { const char *app_id = prv_get_app_id(number, source);