mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +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
1 changed files with 2 additions and 2 deletions
|
@ -1681,7 +1681,7 @@ static const getinfo_item_t getinfo_items[] = {
|
|||
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 @@ static const getinfo_item_t getinfo_items[] = {
|
|||
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."),
|
||||
|
|
Loading…
Add table
Reference in a new issue