tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 0cb57a490845815ef6165f00e8a774c184516903
parent e1429d91480ee16ebe32be35263a4695e1795ff9
Author: teor <teor@torproject.org>
Date:   Mon,  5 Aug 2019 23:19:25 +1000

feature/control: add a missing word to the send_control_done() comment

Diffstat:
Msrc/feature/control/control_proto.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/control/control_proto.c b/src/feature/control/control_proto.c @@ -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,