]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a log message typo
authorRobert Ransom <rransom.8774@gmail.com>
Tue, 15 Mar 2011 16:48:26 +0000 (09:48 -0700)
committerRobert Ransom <rransom.8774@gmail.com>
Tue, 15 Mar 2011 16:48:26 +0000 (09:48 -0700)
changes/log-typo-2011-03-15-01 [new file with mode: 0644]
src/or/routerparse.c

diff --git a/changes/log-typo-2011-03-15-01 b/changes/log-typo-2011-03-15-01
new file mode 100644 (file)
index 0000000..3830df3
--- /dev/null
@@ -0,0 +1,3 @@
+  o Minor bugfixes
+    - Fix a minor typo in a log message.  Bugfix on 0.2.2.6-alpha.
+
index 28ce97ebdea23286d45b15e50d93aaff5badd527..e0605dcd4d1b59527b9eaeeab3ce322ef98aacbb 100644 (file)
@@ -2822,7 +2822,7 @@ networkstatus_parse_vote_from_string(const char *s, const char **eos_out,
     ns->flavor = flav = flavor;
   }
   if (flav != FLAV_NS && ns_type != NS_TYPE_CONSENSUS) {
-    log_warn(LD_DIR, "Flavor found on non-consenus networkstatus.");
+    log_warn(LD_DIR, "Flavor found on non-consensus networkstatus.");
     goto err;
   }