]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
typo spotted by chris
authorNick Mathewson <nickm@torproject.org>
Wed, 5 Jan 2005 06:48:39 +0000 (06:48 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 5 Jan 2005 06:48:39 +0000 (06:48 +0000)
svn:r3308

src/or/control.c

index 37ca21f4c16eebec17a6659be8b6935ca060b3ec..13954adae8e2c22cd102ea15d8f48cdee2bcbbad 100644 (file)
@@ -407,7 +407,7 @@ handle_control_signal(connection_t *conn, uint16_t len,
 {
   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 {