From b9288668a7d83e21c2ce3002130ffd79ddfbe890 Mon Sep 17 00:00:00 2001 From: Abrar Ahmed <13979201+abrar71@users.noreply.github.com> Date: Thu, 1 Jul 2021 16:28:35 +0500 Subject: [PATCH] SRT: Type from shoulde to should. (#2455) Change word typo from shoulde to should --- trunk/src/srt/srt_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/srt/srt_server.cpp b/trunk/src/srt/srt_server.cpp index f09f919b7..336fdfa99 100644 --- a/trunk/src/srt/srt_server.cpp +++ b/trunk/src/srt/srt_server.cpp @@ -229,7 +229,7 @@ void srt_server::srt_handle_connection(SRT_SOCKSTATUS status, SRTSOCKET input_fd } else if (srt_conn_ptr->get_mode() == PUSH_SRT_MODE) { conn_event = SRT_EPOLL_IN | SRT_EPOLL_ERR; } else { - srt_log_trace("stream mode error, it shoulde be m=push or m=pull, streamid:%s", + srt_log_trace("stream mode error, it should be m=push or m=pull, streamid:%s", srt_conn_ptr->get_streamid().c_str()); srt_conn_ptr->close(); return;