From f6b1dc2805ce23d4f7fddcf2714b13f718d20038 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Fri, 28 Oct 2011 11:19:16 +0200 Subject: Fix typo, spotted by tmpname0901. Thanks! --- src/or/hibernate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/hibernate.c') diff --git a/src/or/hibernate.c b/src/or/hibernate.c index aebce4cc88..2f7170fa24 100644 --- a/src/or/hibernate.c +++ b/src/or/hibernate.c @@ -943,7 +943,7 @@ consider_hibernation(time_t now) if (hibernate_soft_limit_reached()) { log_notice(LD_ACCT, "Bandwidth soft limit reached; commencing hibernation. " - "No new conncetions will be accepted"); + "No new connections will be accepted"); hibernate_begin(HIBERNATE_STATE_LOWBANDWIDTH, now); } else if (accounting_enabled && now < interval_wakeup_time) { format_local_iso_time(buf,interval_wakeup_time); -- cgit v1.2.3-54-g00ecf