Bläddra i källkod

fix stray funny-character

svn:r4458
Roger Dingledine 20 år sedan
förälder
incheckning
cc57e1cab1
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/or/relay.c

+ 1 - 1
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.