spelling: existence

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:40:47 -05:00
parent 1c9c779192
commit 874cd587c2

View file

@ -803,7 +803,7 @@ static const char *prv_get_app_id(const char *number, PhoneCallSource source) {
return NULL; 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 // a timeline item
static bool prv_load_sms_reply_action(const char *number, PhoneCallSource source) { static bool prv_load_sms_reply_action(const char *number, PhoneCallSource source) {
const char *app_id = prv_get_app_id(number, source); const char *app_id = prv_get_app_id(number, source);