]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix typo, spotted by tmpname0901. Thanks!
authorSebastian Hahn <sebastian@torproject.org>
Fri, 28 Oct 2011 09:19:16 +0000 (11:19 +0200)
committerNick Mathewson <nickm@torproject.org>
Fri, 28 Oct 2011 13:52:24 +0000 (09:52 -0400)
changes/bug4331 [new file with mode: 0644]
src/or/hibernate.c

diff --git a/changes/bug4331 b/changes/bug4331
new file mode 100644 (file)
index 0000000..011238a
--- /dev/null
@@ -0,0 +1,4 @@
+  o Trivial fixes:
+    - Fixed a typo in a hibernation-related log message. Fixes bug 4331;
+      bugfix on 0.2.2.23-alpha; found by "tmpname0901".
+
index aebce4cc883e96f8433d463ed5a256bcbce70bf0..2f7170fa246c748084e4e3dc19a797556d1e75f0 100644 (file)
@@ -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);