]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Spelling -- readyness->readiness.
authorNick Mathewson <nickm@torproject.org>
Tue, 6 Jan 2015 22:10:27 +0000 (17:10 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 6 Jan 2015 22:10:27 +0000 (17:10 -0500)
src/or/main.c

index 44469ebe71ce15b309a0554f2bb00d0defea0197..c925b7d593588e570848ececce0a5b5bb6db6aa6 100644 (file)
@@ -2081,7 +2081,7 @@ do_main_loop(void)
 #endif
 
 #ifdef HAVE_SYSTEMD
-  log_notice(LD_GENERAL, "Signaling readyness to systemd");
+  log_notice(LD_GENERAL, "Signaling readiness to systemd");
   sd_notify(0, "READY=1");
 #endif