[or-cvs] typo spotted by chris

Nick Mathewson nickm at seul.org
Wed Jan 5 06:48:41 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria.mit.edu:/tmp/cvs-serv15332/src/or

Modified Files:
	control.c 
Log Message:
typo spotted by chris

Index: control.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/control.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- control.c	5 Jan 2005 06:40:47 -0000	1.40
+++ control.c	5 Jan 2005 06:48:39 -0000	1.41
@@ -407,7 +407,7 @@
 {
   if (len != 1) {
     send_control_error(conn, ERR_SYNTAX,
-                       "Body of SIGNAL command too long or two short.");
+                       "Body of SIGNAL command too long or too short.");
   } else if (control_signal_act((uint8_t)body[0]) < 0) {
     send_control_error(conn, ERR_SYNTAX, "Unrecognized signal number.");
   } else {



More information about the tor-commits mailing list