mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: existence
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
1c9c779192
commit
874cd587c2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue