Fix typo
This commit is contained in:
parent
bc6ab69390
commit
0467e46474
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user