diff options
author | Roger Dingledine <arma@torproject.org> | 2006-12-02 22:47:46 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-12-02 22:47:46 +0000 |
commit | c5b90daf868963ce7a46b117338fbaaeba30895e (patch) | |
tree | 14d1ebadc16a8b166e0eee4ecc8d46e539a20d07 /src/or/connection_edge.c | |
parent | d1fdabf1c738873e805d4d7dd1772dc98666e18f (diff) | |
download | tor-c5b90daf868963ce7a46b117338fbaaeba30895e.tar.gz tor-c5b90daf868963ce7a46b117338fbaaeba30895e.zip |
cleanups, bump to 0.1.2.4-alpha
svn:r9015
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 ada9a4a400..94b52444c1 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -1396,7 +1396,7 @@ connection_ap_get_original_destination(edge_connection_t *conn, * If the handshake is complete, send it to * connection_ap_handshake_rewrite_and_attach(). * - * Return -1 if an unexpected error with conn ocurrs (and mark it for close), + * Return -1 if an unexpected error with conn occurs (and mark it for close), * else return 0. */ static int |