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/relay.c | |
parent | 260de44313a594b3f46670bd8b8a723267fda920 (diff) | |
download | tor-873faffb5ae1284b522041f7a8b2e3bbcd53e416.tar.gz tor-873faffb5ae1284b522041f7a8b2e3bbcd53e416.zip |
Two more spelling fix fixes.
Diffstat (limited to 'src/or/relay.c')
-rw-r--r-- | src/or/relay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/relay.c b/src/or/relay.c index b47d16a2e4..85cd8f6c82 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; |