From 1a895387008e99f181dd72e3cb1404f80804ed08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 2 Aug 2024 08:22:57 +0200 Subject: [PATCH] notify: codespell: notificaton -> notification --- notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify.c b/notify.c index 6315e61f..9d2d3c71 100644 --- a/notify.c +++ b/notify.c @@ -394,7 +394,7 @@ notify_notify(struct terminal *term, struct notification *notif) continue; /* - * When replacing/updating a notificaton, we may have + * When replacing/updating a notification, we may have * *multiple* notification helpers running for the "same" * notification. Make sure only the *last* notification's * report closed/activated are honored, to avoid sending