Correct minor spelling errors

This commit is contained in:
Jack Henschel
2016-09-27 16:20:37 +02:00
parent b087f84d95
commit 4b2f9448f7
3 changed files with 4 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ notify_subscription(const char *const from)
{
GString *message = g_string_new("Subscription request: \n");
g_string_append(message, from);
notify(message->str, 10000, "Incomming message");
notify(message->str, 10000, "Incoming message");
g_string_free(message, TRUE);
}