[or-cvs] fix stray funny-character

arma at seul.org arma at seul.org
Sun Jun 19 08:35:18 UTC 2005


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	relay.c 
Log Message:
fix stray funny-character


Index: relay.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/relay.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- relay.c	11 Jun 2005 18:52:11 -0000	1.72
+++ relay.c	19 Jun 2005 08:35:16 -0000	1.73
@@ -127,7 +127,7 @@
  *  - 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.



More information about the tor-commits mailing list