aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-12-03 13:33:43 -0500
committerRoger Dingledine <arma@torproject.org>2012-12-03 13:33:43 -0500
commite899d49e2fa726a4f65120c9457b8d13d51f3944 (patch)
tree5d011ebd6dbdae331fd72dbf50390ac7f57e7e34 /src/or/connection_edge.c
parent190c1d4981e5751aabd3d894095851c830f1d570 (diff)
downloadtor-e899d49e2fa726a4f65120c9457b8d13d51f3944.tar.gz
tor-e899d49e2fa726a4f65120c9457b8d13d51f3944.zip
fix some typos
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r--src/or/connection_edge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index 41c75a2b8c..0220930c4a 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -790,7 +790,7 @@ circuit_discard_optional_exit_enclaves(extend_info_t *info)
/** The AP connection <b>conn</b> has just failed while attaching or
* sending a BEGIN or resolving on <b>circ</b>, but another circuit
* might work. Detach the circuit, and either reattach it, launch a
- * new circuit, tell the controller, or give up as a appropriate.
+ * new circuit, tell the controller, or give up as appropriate.
*
* Returns -1 on err, 1 on success, 0 on not-yet-sure.
*/