about summary refs log tree commit diff stats
path: root/src/ui/notifier.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2023-04-03 17:27:37 +0200
committerMichael Vetter <jubalh@iodoru.org>2023-04-03 17:27:37 +0200
commit6b597f6608c454e48000847bb3c0b5c2fdc4f292 (patch)
tree0904600bd7e12f0be1c52d6643b363adfe915bed /src/ui/notifier.c
parenta086cfbc7899d5f3b0072ba5b0c24e91347a6746 (diff)
downloadprofani-tty-6b597f6608c454e48000847bb3c0b5c2fdc4f292.tar.gz
Fix typos
Diffstat (limited to 'src/ui/notifier.c')
-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 92ebf835..07a542af 100644
--- a/src/ui/notifier.c
+++ b/src/ui/notifier.c
@@ -291,7 +291,7 @@ notify(const char* const message, int timeout, const char* const category)
 
     int res = system(notify_command->str);
     if (res == -1) {
-        log_error("Could not send desktop notificaion.");
+        log_error("Could not send desktop notification.");
     }
 
     g_string_free(notify_command, TRUE);