about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorJack Henschel <jh@openmailbox.org>2016-09-27 16:20:37 +0200
committerJack Henschel <jh@openmailbox.org>2016-09-27 16:20:37 +0200
commit4b2f9448f70f9b4b4441f8b52fe69266e9aaf808 (patch)
treeef97d53fa3b9cccd412e278d80b96d4f48d0f20f /src/ui
parentb087f84d955e867b579523a7e4eb33588bfa9b2f (diff)
downloadprofani-tty-4b2f9448f70f9b4b4441f8b52fe69266e9aaf808.tar.gz
Correct minor spelling errors
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/notifier.c2
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);
 }