From: Nick Mathewson Date: Tue, 6 Jan 2015 22:10:27 +0000 (-0500) Subject: Spelling -- readyness->readiness. X-Git-Tag: tor-0.2.6.3-alpha~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c5a45575fd7881dbb0c16895608775b44c87f01;p=thirdparty%2Ftor.git Spelling -- readyness->readiness. --- diff --git a/src/or/main.c b/src/or/main.c index 44469ebe71..c925b7d593 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -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