diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-05-28 12:26:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-05-28 12:26:17 -0400 |
commit | 873faffb5ae1284b522041f7a8b2e3bbcd53e416 (patch) | |
tree | 5627db49ce168338603e4ee7a5815dc71d1cf6f8 /src/or/or.h | |
parent | 260de44313a594b3f46670bd8b8a723267fda920 (diff) | |
download | tor-873faffb5ae1284b522041f7a8b2e3bbcd53e416.tar.gz tor-873faffb5ae1284b522041f7a8b2e3bbcd53e416.zip |
Two more spelling fix fixes.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 398275dca5..6cc30c4f0b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2830,7 +2830,7 @@ void circuit_build_failed(origin_circuit_t *circ); #define CIRCLAUNCH_ONEHOP_TUNNEL (1<<0) /** Flag to set when a circuit needs to be built of high-uptime nodes */ #define CIRCLAUNCH_NEED_UPTIME (1<<1) -/** Flag to set when a circuit needs to be build of high-capacity nodes */ +/** Flag to set when a circuit needs to be built of high-capacity nodes */ #define CIRCLAUNCH_NEED_CAPACITY (1<<2) /** Flag to set when the last hop of a circuit doesn't need to be an * exit node. */ |