[or-cvs] fix some typos
arma at seul.org
arma at seul.org
Tue Oct 18 21:39:02 UTC 2005
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
circuitlist.c main.c routerparse.c
Log Message:
fix some typos
Index: circuitlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitlist.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- circuitlist.c 17 Oct 2005 08:41:58 -0000 1.61
+++ circuitlist.c 18 Oct 2005 21:39:00 -0000 1.62
@@ -201,7 +201,8 @@
{
circuit_t *circ;
static uint32_t n_circuits_allocated = 1;
- /* never zero, since a global ID of 0 is treated specially by the controller */
+ /* never zero, since a global ID of 0 is treated specially by the
+ * controller */
circ = tor_malloc_zero(sizeof(circuit_t));
circ->magic = CIRCUIT_MAGIC;
Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.581
retrieving revision 1.582
diff -u -d -r1.581 -r1.582
--- main.c 17 Oct 2005 02:13:36 -0000 1.581
+++ main.c 18 Oct 2005 21:39:00 -0000 1.582
@@ -587,7 +587,7 @@
* parsing partial serverdesc responses. */
if (conn->purpose == DIR_PURPOSE_FETCH_SERVERDESC &&
buf_datalen(conn->inbuf)>=1024) {
- log_fn(LOG_INFO,"Trying to extract information from wedged server desc downoad");
+ log_fn(LOG_INFO,"Trying to extract information from wedged server desc download.");
connection_dir_reached_eof(conn);
}
connection_mark_for_close(conn);
Index: routerparse.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerparse.c,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- routerparse.c 14 Oct 2005 02:26:13 -0000 1.153
+++ routerparse.c 18 Oct 2005 21:39:00 -0000 1.154
@@ -670,7 +670,7 @@
while (cp > *s && *cp != '\n')
--cp;
- /* cp now points to the first \n before the last non-bank line in this
+ /* cp now points to the first \n before the last non-blank line in this
* descriptor */
if (strcmpstart(cp, "\n-----END SIGNATURE-----\n")) {
More information about the tor-commits
mailing list