From f9e2379cdb9591a444e4897858b18f427d08771f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:58:52 -0500 Subject: [PATCH] spelling: does (?) not Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/notifications/ancs/ancs_item.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/notifications/ancs/ancs_item.c b/src/fw/services/normal/notifications/ancs/ancs_item.c index 2c32e88c..0362c8f4 100644 --- a/src/fw/services/normal/notifications/ancs/ancs_item.c +++ b/src/fw/services/normal/notifications/ancs/ancs_item.c @@ -336,7 +336,7 @@ TimelineItem *ancs_item_create_and_populate(ANCSAttribute *notif_attributes[], } // Hide display name if we have custom app metadata for this app. - // If the app_metadata, not not have a name, then we have the generic app metadata. + // If the app_metadata, does not have a name, then we have the generic app metadata. if (app_metadata->app_id) { display_name = NULL; }