[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] stutter therapy lessons
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
control.c
Log Message:
stutter therapy lessons
Index: control.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/control.c,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- control.c 5 Oct 2005 02:06:35 -0000 1.137
+++ control.c 5 Oct 2005 02:09:27 -0000 1.138
@@ -1454,8 +1454,8 @@
return 0;
}
-/** Callled when we get an EXTENDCIRCUIT message. Try to extend the listed
- * circuit, and report succcess or failure. */
+/** Called when we get an EXTENDCIRCUIT message. Try to extend the listed
+ * circuit, and report success or failure. */
static int
handle_control_extendcircuit(connection_t *conn, uint32_t len,
const char *body)
@@ -1584,8 +1584,8 @@
return 0;
}
-/** Callled when we get an ATTACHSTREAM message. Try to attach the requested
- * stream, and report succcess or failure. */
+/** Called when we get an ATTACHSTREAM message. Try to attach the requested
+ * stream, and report success or failure. */
static int
handle_control_attachstream(connection_t *conn, uint32_t len,
const char *body)
@@ -1677,8 +1677,8 @@
return 0;
}
-/** Callled when we get a POSTDESCRIPTORT message. Try to learn the provided
- * descriptor, and report succcess or failure. */
+/** Called when we get a POSTDESCRIPTOR message. Try to learn the provided
+ * descriptor, and report success or failure. */
static int
handle_control_postdescriptor(connection_t *conn, uint32_t len,
const char *body)