diff options
author | Jack Henschel <jh@openmailbox.org> | 2016-09-27 16:20:37 +0200 |
---|---|---|
committer | Jack Henschel <jh@openmailbox.org> | 2016-09-27 16:20:37 +0200 |
commit | 4b2f9448f70f9b4b4441f8b52fe69266e9aaf808 (patch) | |
tree | ef97d53fa3b9cccd412e278d80b96d4f48d0f20f /src/ui | |
parent | b087f84d955e867b579523a7e4eb33588bfa9b2f (diff) | |
download | profani-tty-4b2f9448f70f9b4b4441f8b52fe69266e9aaf808.tar.gz |
Correct minor spelling errors
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/notifier.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/notifier.c b/src/ui/notifier.c index 4c7bc8df..c2be3be7 100644 --- a/src/ui/notifier.c +++ b/src/ui/notifier.c @@ -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); } |