Small spelling fixes in code and comments

This commit is contained in:
Dariusz Dwornikowski
2014-08-27 13:26:11 +02:00
parent 24c6c47ff6
commit 1dcc028a71
4 changed files with 5 additions and 5 deletions

View File

@@ -121,7 +121,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);
}