Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update comment word misspelled #3089

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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