]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix typo in comment for handle_control_redirectstream()
authorNeel Chauhan <neel@neelc.org>
Tue, 11 May 2021 02:03:56 +0000 (19:03 -0700)
committerNeel Chauhan <neel@neelc.org>
Tue, 11 May 2021 02:03:56 +0000 (19:03 -0700)
src/feature/control/control_cmd.c

index bd0d41d29e9c205a8875128c7e5fb1ac73309985..2950a1c0cccb85fbbc4989a5b58e444db0febd08 100644 (file)
@@ -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,