diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-28 11:25:37 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-28 11:25:37 -0500 |
commit | c240eea0df38be9a82548a71fa54b553057a8b42 (patch) | |
tree | a7a6870b3685b112a7df56909f7f6efba77266ce /src/or/control.c | |
parent | 9c4328c0384dc5fd84555daddbd54da2d375c4d0 (diff) | |
download | tor-c240eea0df38be9a82548a71fa54b553057a8b42.tar.gz tor-c240eea0df38be9a82548a71fa54b553057a8b42.zip |
more typo fixes from mcs and gk
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 8e2b4625ae..ceb2b2f198 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -2166,7 +2166,7 @@ static const getinfo_item_t getinfo_items[] = { PREFIX("ns/purpose/", networkstatus, "Brief summary of router status by purpose (v2 directory format)."), PREFIX("consensus/", networkstatus, - "Information abour and from the ns consensus."), + "Information about and from the ns consensus."), ITEM("network-status", dir, "Brief summary of router status (v1 directory format)"), ITEM("circuit-status", events, "List of current circuits originating here."), |