mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine typo in files. 3.0.51
This commit is contained in:
parent
45009785fb
commit
6b2c71d385
33 changed files with 90 additions and 93 deletions
|
@ -51,7 +51,7 @@ private:
|
|||
public:
|
||||
SrsFastLog();
|
||||
virtual ~SrsFastLog();
|
||||
// interface ISrsLog
|
||||
// Interface ISrsLog
|
||||
public:
|
||||
virtual srs_error_t initialize();
|
||||
virtual void reopen();
|
||||
|
@ -60,7 +60,7 @@ public:
|
|||
virtual void trace(const char* tag, int context_id, const char* fmt, ...);
|
||||
virtual void warn(const char* tag, int context_id, const char* fmt, ...);
|
||||
virtual void error(const char* tag, int context_id, const char* fmt, ...);
|
||||
// interface ISrsReloadHandler.
|
||||
// Interface ISrsReloadHandler.
|
||||
public:
|
||||
virtual srs_error_t on_reload_utc_time();
|
||||
virtual srs_error_t on_reload_log_tank();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue