Skip to content

Commit 23d1bd0

Browse files
committed
[fix] fixed a typo.
1 parent 541f690 commit 23d1bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngx_rtmp_relay_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,7 @@ ngx_rtmp_relay_push_pull(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
17911791
continue;
17921792
}
17931793

1794-
return "unsuppored parameter";
1794+
return "unsupported parameter";
17951795
}
17961796

17971797
if (is_static) {

0 commit comments

Comments
 (0)