[or-cvs] r11440: Fix a couple typos in control.c; spotted by Robert Hogan. (in tor/trunk: . src/or)
nickm at seul.org
nickm at seul.org
Fri Sep 14 19:27:04 UTC 2007
Author: nickm
Date: 2007-09-14 15:27:04 -0400 (Fri, 14 Sep 2007)
New Revision: 11440
Modified:
tor/trunk/
tor/trunk/src/or/control.c
Log:
r15068 at catbus: nickm | 2007-09-14 15:25:02 -0400
Fix a couple typos in control.c; spotted by Robert Hogan.
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r15068] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/src/or/control.c
===================================================================
--- tor/trunk/src/or/control.c 2007-09-14 13:43:39 UTC (rev 11439)
+++ tor/trunk/src/or/control.c 2007-09-14 19:27:04 UTC (rev 11440)
@@ -1681,7 +1681,7 @@
ITEM("desc/all-recent", dir,
"All non-expired, non-superseded router descriptors."),
ITEM("desc/all-recent-extrainfo-hack", dir, NULL), /* Hack. */
- PREFIX("extrainfo/digest/", dir, "Extra-info documents by digest."),
+ PREFIX("extra-info/digest/", dir, "Extra-info documents by digest."),
ITEM("ns/all", networkstatus,
"Brief summary of router status (v2 directory format)"),
PREFIX("ns/id/", networkstatus,
@@ -1689,7 +1689,7 @@
PREFIX("ns/name/", networkstatus,
"Brief summary of router status by nickname (v2 directory format)."),
- PREFIX("unregisterd-servers-", dirserv_unregistered, NULL),
+ PREFIX("unregistered-servers-", dirserv_unregistered, NULL),
ITEM("network-status", dir,
"Brief summary of router status (v1 directory format)"),
ITEM("circuit-status", events, "List of current circuits originating here."),
More information about the tor-commits
mailing list