From: Neel Chauhan Date: Tue, 11 May 2021 02:03:56 +0000 (-0700) Subject: Fix typo in comment for handle_control_redirectstream() X-Git-Tag: tor-0.4.7.1-alpha~90^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35e5b306a0a3e32ca9a48622c53a422d8cc3a276;p=thirdparty%2Ftor.git Fix typo in comment for handle_control_redirectstream() --- diff --git a/src/feature/control/control_cmd.c b/src/feature/control/control_cmd.c index bd0d41d29e..2950a1c0cc 100644 --- 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,