summaryrefslogtreecommitdiff
path: root/src/or/control.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-12-10 17:30:33 +0000
committerRoger Dingledine <arma@torproject.org>2006-12-10 17:30:33 +0000
commitea93289590714d5983d05155b293c7371042539d (patch)
treecdf7b54e2a5d6d28614330917c11662aa18d788c /src/or/control.c
parente206d222970cb781280e73871a627f712be691db (diff)
downloadtor-ea93289590714d5983d05155b293c7371042539d.tar.gz
tor-ea93289590714d5983d05155b293c7371042539d.zip
fix another bug in r9052, pointed out by robert hogan
svn:r9063
Diffstat (limited to 'src/or/control.c')
-rw-r--r--src/or/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c
index cd761078f3..0b9502359a 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -1737,7 +1737,7 @@ static const getinfo_item_t getinfo_items[] = {
"Time to wake up in this accounting period."),
/* deprecated */
ITEM("helper-nodes", entry_guards, NULL),
- ITEM("entry-nodes", entry_guards,
+ ITEM("entry-guards", entry_guards,
"Which nodes are we using as entry guards?"),
PREFIX("config/", config, "Current configuration values."),
DOC("config/names",