Skip to content

Commit

Permalink
issue ossrs#3971: fix misspell coroutine.
Browse files Browse the repository at this point in the history
  • Loading branch information
suzp1984 committed Mar 4, 2024
1 parent fa8096a commit 7e46479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_st.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7e46479

Please sign in to comment.