summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-06-19 08:35:16 +0000
committerRoger Dingledine <arma@torproject.org>2005-06-19 08:35:16 +0000
commitcc57e1cab1524b2e7e7a57f0239f81f4573b55aa (patch)
tree87fb06212c14473b55ac12b3a31dc8e75c223210
parentd38c696d5a8af2ce61b9b42cbdd47b3b44f13bb6 (diff)
downloadtor-cc57e1cab1524b2e7e7a57f0239f81f4573b55aa.tar.gz
tor-cc57e1cab1524b2e7e7a57f0239f81f4573b55aa.zip
fix stray funny-character
svn:r4458
-rw-r--r--src/or/relay.c2
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.