mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
feature/control: add a missing word to the send_control_done() comment
This commit is contained in:
parent
e1429d9148
commit
0cb57a4908
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ send_control_done(control_connection_t *conn)
|
|||
* @param conn control connection
|
||||
* @param code numeric result code
|
||||
* @param c separator character, usually ' ', '-', or '+'
|
||||
* @param s string
|
||||
* @param s string reply content
|
||||
*/
|
||||
MOCK_IMPL(void,
|
||||
control_write_reply, (control_connection_t *conn, int code, int c,
|
||||
|
|
Loading…
Add table
Reference in a new issue