Skip to content
Snippets Groups Projects
Commit 8cc57bcc authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Isis has been noticing typos.

parent f709dce4
No related branches found
No related tags found
No related merge requests found
...@@ -2234,12 +2234,12 @@ typedef struct { ...@@ -2234,12 +2234,12 @@ typedef struct {
* uploaded it. */ * uploaded it. */
#define ROUTER_PURPOSE_GENERAL 0 #define ROUTER_PURPOSE_GENERAL 0
/** Tor should avoid using this router for circuit-building: we got it /** 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. */ * ask for it by identity. */
#define ROUTER_PURPOSE_CONTROLLER 1 #define ROUTER_PURPOSE_CONTROLLER 1
/** Tor should use this router only for bridge positions in circuits: we got /** 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 * it via a directory request from the bridge itself, or a bridge
* authority. x*/ * authority. */
#define ROUTER_PURPOSE_BRIDGE 2 #define ROUTER_PURPOSE_BRIDGE 2
/** Tor should not use this router; it was marked in cached-descriptors with /** Tor should not use this router; it was marked in cached-descriptors with
* a purpose we didn't recognize. */ * a purpose we didn't recognize. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment