From c796c0d0930815a81e48c13a932f0fbb1d063715 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 1 Dec 2020 17:05:47 +0800 Subject: [PATCH] Fix #1689, fix typo --- trunk/src/app/srs_app_http_conn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/app/srs_app_http_conn.cpp b/trunk/src/app/srs_app_http_conn.cpp index 9a31bf0a8..05d8cada3 100644 --- a/trunk/src/app/srs_app_http_conn.cpp +++ b/trunk/src/app/srs_app_http_conn.cpp @@ -503,7 +503,7 @@ srs_error_t SrsHttpServer::initialize() // for SRS go-sharp to detect the status of HTTP server of SRS HTTP FLV Cluster. if ((err = http_static->mux.handle("/api/v1/versions", new SrsGoApiVersion())) != srs_success) { - return srs_error_wrap(err, "handle versin"); + return srs_error_wrap(err, "handle versions"); } if ((err = http_stream->initialize()) != srs_success) {