diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-24 19:37:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-24 19:37:09 -0400 |
commit | 8cc57bccfe9acd3d64ef30349c3727586e253bb3 (patch) | |
tree | 33383c941f95cbd5e86075f5cbfcb12e44e928ff /src/or/or.h | |
parent | f709dce414b8a8ebe95026a9e3fa763acdb17aff (diff) | |
download | tor-8cc57bccfe9acd3d64ef30349c3727586e253bb3.tar.gz tor-8cc57bccfe9acd3d64ef30349c3727586e253bb3.zip |
Isis has been noticing typos.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index 8c1ef478ed..f1e78ab025 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2234,12 +2234,12 @@ typedef struct { * uploaded it. */ #define ROUTER_PURPOSE_GENERAL 0 /** Tor should avoid using this router for circuit-building: we got it - * from a crontroller. If the controller wants to use it, it'll have to + * from a controller. If the controller wants to use it, it'll have to * ask for it by identity. */ #define ROUTER_PURPOSE_CONTROLLER 1 /** Tor should use this router only for bridge positions in circuits: we got * it via a directory request from the bridge itself, or a bridge - * authority. x*/ + * authority. */ #define ROUTER_PURPOSE_BRIDGE 2 /** Tor should not use this router; it was marked in cached-descriptors with * a purpose we didn't recognize. */ |