Skip to content

Commit

Permalink
chore: update comment word misspelled
Browse files Browse the repository at this point in the history
  • Loading branch information
ytlm committed Jun 27, 2022
1 parent d117145 commit ed1e162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/src/app/srs_app_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class SrsConfDirective
virtual SrsConfDirective* get(std::string _name);
// Get the directive by name and its arg0, return the first match.
virtual SrsConfDirective* get(std::string _name, std::string _arg0);
// RAW
// RAW
public:
virtual SrsConfDirective* get_or_create(std::string n);
virtual SrsConfDirective* get_or_create(std::string n, std::string a0);
Expand Down Expand Up @@ -706,7 +706,7 @@ class SrsConfig
public:
// Whether bw check enabled for vhost.
// If enabled, serve all clients with bandwidth check services.
// oterwise, serve all cleints with stream.
// otherwise, serve all clients with stream.
virtual bool get_bw_check_enabled(std::string vhost);
// The key of server, if client key mot match, reject.
virtual std::string get_bw_check_key(std::string vhost);
Expand Down

0 comments on commit ed1e162

Please sign in to comment.