mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
typo spotted by chris
svn:r3308
This commit is contained in:
parent
dcd228585d
commit
a6e587305f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user