From fbcc07d85a7b2487c7e9f1e55033c8eb519f0746 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 5 Aug 2015 22:54:29 +0800 Subject: [PATCH] fix the typo of AUTIO. --- trunk/src/app/srs_app_source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/app/srs_app_source.cpp b/trunk/src/app/srs_app_source.cpp index 1c38fbaa9..fe19f1f3a 100755 --- a/trunk/src/app/srs_app_source.cpp +++ b/trunk/src/app/srs_app_source.cpp @@ -1489,7 +1489,7 @@ int SrsSource::on_audio(SrsCommonMessage* shared_audio) if (!mix_correct && is_monotonically_increase) { if (last_packet_time > 0 && shared_audio->header.timestamp < last_packet_time) { is_monotonically_increase = false; - srs_warn("AUTIO: stream not monotonically increase, please open mix_correct."); + srs_warn("AUDIO: stream not monotonically increase, please open mix_correct."); } } last_packet_time = shared_audio->header.timestamp;