Spelling -- readyness->readiness.

This commit is contained in:
Nick Mathewson 2015-01-06 17:10:27 -05:00
parent 108808e98e
commit 7c5a45575f

View File

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