aboutsummaryrefslogtreecommitdiff
path: root/src/feature
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-10-21 13:48:25 +1000
committerteor <teor@torproject.org>2019-10-21 13:56:58 +1000
commit3b2525c375bdd07abb31aeb498c079111e8c3595 (patch)
treed143f844ee86255dcc4f987f9f74f624b9b6b6e4 /src/feature
parent6413b2102f4ac968092a6b1bc58b78d4bb7f90de (diff)
downloadtor-3b2525c375bdd07abb31aeb498c079111e8c3595.tar.gz
tor-3b2525c375bdd07abb31aeb498c079111e8c3595.zip
Fix changes file and string typos
Part of 31684.
Diffstat (limited to 'src/feature')
-rw-r--r--src/feature/control/control_getinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/control/control_getinfo.c b/src/feature/control/control_getinfo.c
index e83b9f6f9d..b77869e215 100644
--- a/src/feature/control/control_getinfo.c
+++ b/src/feature/control/control_getinfo.c
@@ -1545,7 +1545,7 @@ static const getinfo_item_t getinfo_items[] = {
ITEM("dir/status-vote/current/consensus", dir,
"v3 Networkstatus consensus as retrieved from a DirPort."),
ITEM("dir/status-vote/current/consensus-microdesc", dir,
- "v3 Microdescriptors consensus as retrieved from a DirPort."),
+ "v3 Microdescriptor consensus as retrieved from a DirPort."),
ITEM("exit-policy/default", policies,
"The default value appended to the configured exit policy."),
ITEM("exit-policy/reject-private/default", policies,