commit 35e5b306a0a3e32ca9a48622c53a422d8cc3a276 parent d82970c8c316e70abf49b2e37f6e7ba3db32585b Author: Neel Chauhan <neel@neelc.org> Date: Mon, 10 May 2021 19:03:56 -0700 Fix typo in comment for handle_control_redirectstream() Diffstat:
| M | src/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,