From 0467e46474629ef30669fa351d0861d539fc1c41 Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Mon, 26 Oct 2020 12:51:47 +0200 Subject: [PATCH] Fix typo --- dunstify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dunstify.c b/dunstify.c index b8838d1..40c50ba 100644 --- a/dunstify.c +++ b/dunstify.c @@ -234,7 +234,7 @@ void add_action(NotifyNotification *n, char *str) char *label = strchr(str, ','); if (!label || *(label+1) == '\0') { - g_printerr("Malformed action. Excpected \"action,label\", got \"%s\"", str); + g_printerr("Malformed action. Expected \"action,label\", got \"%s\"", str); return; }