diff options
author | Roger Dingledine <arma@torproject.org> | 2005-06-19 08:35:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-06-19 08:35:16 +0000 |
commit | cc57e1cab1524b2e7e7a57f0239f81f4573b55aa (patch) | |
tree | 87fb06212c14473b55ac12b3a31dc8e75c223210 | |
parent | d38c696d5a8af2ce61b9b42cbdd47b3b44f13bb6 (diff) | |
download | tor-cc57e1cab1524b2e7e7a57f0239f81f4573b55aa.tar.gz tor-cc57e1cab1524b2e7e7a57f0239f81f4573b55aa.zip |
fix stray funny-character
svn:r4458
-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 0dc48cc896..dd424be107 100644 --- a/src/or/relay.c +++ b/src/or/relay.c @@ -127,7 +127,7 @@ relay_crypt_one_payload(crypto_cipher_env_t *cipher, char *in, * - Crypt it (encrypt APward, decrypt at AP, decrypt exitward). * - Check if recognized (if exitward). * - If recognized and the digest checks out, then find if there's - * a conn that the cell is intended for, and deliver it to· + * a conn that the cell is intended for, and deliver it to * connection_edge. * - Else connection_or_write_cell_to_buf to the conn on the other * side of the circuit. |