[or-cvs] [tor/master] Two more spelling fix fixes.
Nick Mathewson
nickm at seul.org
Thu May 28 20:32:49 UTC 2009
Author: Nick Mathewson <nickm at torproject.org>
Date: Thu, 28 May 2009 12:26:17 -0400
Subject: Two more spelling fix fixes.
Commit: 873faffb5ae1284b522041f7a8b2e3bbcd53e416
---
src/or/or.h | 2 +-
src/or/relay.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/or/or.h b/src/or/or.h
index 398275d..6cc30c4 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. */
diff --git a/src/or/relay.c b/src/or/relay.c
index b47d16a..85cd8f6 100644
--- a/src/or/relay.c
+++ b/src/or/relay.c
@@ -783,7 +783,7 @@ connection_ap_process_end_not_open(
"Edge got end (%s) before we're connected. Marking for close.",
stream_end_reason_to_string(rh->length > 0 ? reason : -1));
circuit_log_path(LOG_INFO,LD_APP,circ);
- /* need to test because of detach_retryable*/
+ /* need to test because of detach_retriable */
if (!conn->_base.marked_for_close)
connection_mark_unattached_ap(conn, control_reason);
return 0;
--
1.5.6.5
More information about the tor-commits
mailing list