tor

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

commit b3d7a56f2a9ed617c6e22c21544a0a6ceb7b2668
parent de5f94000cd9dbb3ba503f66d95f2bba230dfb78
Author: Alexander Færøy <ahf@torproject.org>
Date:   Tue, 25 May 2021 13:58:55 +0000

Merge remote-tracking branch 'tor-gitlab/mr/380' into main

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

diff --git a/src/feature/control/control_cmd.c b/src/feature/control/control_cmd.c @@ -1075,7 +1075,7 @@ static const control_cmd_syntax_t redirectstream_syntax = { .max_args = UINT_MAX, // XXX should be 3. }; -/** Called when we receive a REDIRECTSTERAM command. Try to change the target +/** Called when we receive a REDIRECTSTREAM command. Try to change the target * address of the named AP stream, and report success or failure. */ static int handle_control_redirectstream(control_connection_t *conn,