This commit is contained in:
Roger Dingledine 2014-08-03 15:43:21 -04:00
parent 0edb9b0492
commit 52d5ef5aff

View File

@ -367,7 +367,7 @@ circuit_end_reason_to_control_string(int reason)
}
}
/** Return a string corresponding to a SOCKS4 reponse code. */
/** Return a string corresponding to a SOCKS4 response code. */
const char *
socks4_response_code_to_string(uint8_t code)
{