From 74862c20c4f8c26cc9d7c614e80d9611e1d309a2 Mon Sep 17 00:00:00 2001 From: Jacob Su Date: Tue, 11 Apr 2023 10:50:01 +0800 Subject: [PATCH] BugFix: fix misspelling coroutine word. --- trunk/src/app/srs_app_st.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/app/srs_app_st.hpp b/trunk/src/app/srs_app_st.hpp index d4f0ace823..db8a0f2e5b 100644 --- a/trunk/src/app/srs_app_st.hpp +++ b/trunk/src/app/srs_app_st.hpp @@ -54,7 +54,7 @@ class ISrsCoroutineHandler virtual srs_error_t cycle() = 0; }; -// Start the object, generally a croutine. +// Start the object, generally a coroutine. class ISrsStartable { public: