From cf010064eba5a9faa2cbbc0d65c86be44968beaa Mon Sep 17 00:00:00 2001 From: along Date: Thu, 30 Dec 2021 18:06:23 +0800 Subject: [PATCH] Update srs_core.hpp (#2832) modify a word. --- trunk/src/core/srs_core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp index cedf8b1c6..05f044dc8 100644 --- a/trunk/src/core/srs_core.hpp +++ b/trunk/src/core/srs_core.hpp @@ -94,7 +94,7 @@ typedef SrsCplxError* srs_error_t; #include // The context ID, it default to a string object, we can also use other objects. -// @remark User can directly user string as SrsContextId, we user struct to ensure the context is an object. +// @remark User can directly use string as SrsContextId, we use struct to ensure the context is an object. #if 1 class _SrsContextId {