mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
r15068@catbus: nickm | 2007-09-14 15:25:02 -0400
Fix a couple typos in control.c; spotted by Robert Hogan. svn:r11440
This commit is contained in:
parent
5fcc48d389
commit
1dbe726f04
@ -1681,7 +1681,7 @@ static const getinfo_item_t getinfo_items[] = {
|
|||||||
ITEM("desc/all-recent", dir,
|
ITEM("desc/all-recent", dir,
|
||||||
"All non-expired, non-superseded router descriptors."),
|
"All non-expired, non-superseded router descriptors."),
|
||||||
ITEM("desc/all-recent-extrainfo-hack", dir, NULL), /* Hack. */
|
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,
|
ITEM("ns/all", networkstatus,
|
||||||
"Brief summary of router status (v2 directory format)"),
|
"Brief summary of router status (v2 directory format)"),
|
||||||
PREFIX("ns/id/", networkstatus,
|
PREFIX("ns/id/", networkstatus,
|
||||||
@ -1689,7 +1689,7 @@ static const getinfo_item_t getinfo_items[] = {
|
|||||||
PREFIX("ns/name/", networkstatus,
|
PREFIX("ns/name/", networkstatus,
|
||||||
"Brief summary of router status by nickname (v2 directory format)."),
|
"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,
|
ITEM("network-status", dir,
|
||||||
"Brief summary of router status (v1 directory format)"),
|
"Brief summary of router status (v1 directory format)"),
|
||||||
ITEM("circuit-status", events, "List of current circuits originating here."),
|
ITEM("circuit-status", events, "List of current circuits originating here."),
|
||||||
|
Loading…
Reference in New Issue
Block a user