fix stray funny-character

svn:r4458
This commit is contained in:
Roger Dingledine 2005-06-19 08:35:16 +00:00
parent d38c696d5a
commit cc57e1cab1

View File

@ -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.