aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-06 17:10:27 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-06 17:10:27 -0500
commit7c5a45575fd7881dbb0c16895608775b44c87f01 (patch)
tree16957a21ea2f15408a0ac88a730c3a7f2d4ffe93 /src
parent108808e98ebc76bb8859dcaba213ae3e614e7488 (diff)
downloadtor-7c5a45575fd7881dbb0c16895608775b44c87f01.tar.gz
tor-7c5a45575fd7881dbb0c16895608775b44c87f01.zip
Spelling -- readyness->readiness.
Diffstat (limited to 'src')
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
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