diff options
author | Roger Dingledine <arma@torproject.org> | 2006-12-10 08:04:50 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-12-10 08:04:50 +0000 |
commit | e206d222970cb781280e73871a627f712be691db (patch) | |
tree | d880dd7bae405a4e0f5abcc75b21d021918a2f81 /src/or/control.c | |
parent | 733882315d1e6064b90a5f62f0c34fdc6628e99b (diff) | |
download | tor-e206d222970cb781280e73871a627f712be691db.tar.gz tor-e206d222970cb781280e73871a627f712be691db.zip |
some more cleanups and a bugfix on r9052
svn:r9062
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index 7d8aca3b98..cd761078f3 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -1733,7 +1733,7 @@ static const getinfo_item_t getinfo_items[] = { "Time when the accounting period starts."), ITEM("accounting/interval-end", accounting, "Time when the accounting period ends."), - ITEM("accounting/interval-warke", accounting, + ITEM("accounting/interval-wake", accounting, "Time to wake up in this accounting period."), /* deprecated */ ITEM("helper-nodes", entry_guards, NULL), |