diff options
author | Roger Dingledine <arma@torproject.org> | 2007-09-27 05:20:26 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-09-27 05:20:26 +0000 |
commit | ea47287575534eb58c4f3cae6c59b1095af3b92e (patch) | |
tree | 1c73fd0b402953e312bfeb6f5b036c93fd4d9314 /src/or/connection_edge.c | |
parent | 034524f4b779c0e1258cd02123b8f7184b97d071 (diff) | |
download | tor-ea47287575534eb58c4f3cae6c59b1095af3b92e.tar.gz tor-ea47287575534eb58c4f3cae6c59b1095af3b92e.zip |
minor typo
svn:r11658
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index cb319bda2f..0ebe0ae97c 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -2526,7 +2526,7 @@ connection_exit_connect(edge_connection_t *edge_conn) } /** Given an exit conn that should attach to us as a directory server, open a - * bridge connection with a linked connection pir, create a new directory + * bridge connection with a linked connection pair, create a new directory * conn, and join them together. Return 0 on success (or if there was an * error we could send back an end cell for). Return -(some circuit end * reason) if the circuit needs to be torn down. Either connects |