s/readyness/readiness/
authorJakub Jankowski <shasta@toxcorp.com>
Sat, 17 Feb 2018 22:49:10 +0000 (23:49 +0100)
committerJakub Jankowski <shasta@toxcorp.com>
Sat, 17 Feb 2018 22:49:10 +0000 (23:49 +0100)
Signed-off-by: Jakub Jankowski <shasta@toxcorp.com>
src/daemon/collectd.c

index 517eec7..d6060a1 100644 (file)
@@ -367,7 +367,7 @@ static int notify_upstart(void) {
     return 0;
   }
 
-  NOTICE("Upstart detected, stopping now to signal readyness.");
+  NOTICE("Upstart detected, stopping now to signal readiness.");
   raise(SIGSTOP);
   unsetenv("UPSTART_JOB");
 
@@ -392,7 +392,7 @@ static int notify_systemd(void) {
           notifysocket);
     return 0;
   }
-  NOTICE("Systemd detected, trying to signal readyness.");
+  NOTICE("Systemd detected, trying to signal readiness.");
 
   unsetenv("NOTIFY_SOCKET");