From ed1e1623391eef3c73930e31c13e82fa38135592 Mon Sep 17 00:00:00 2001 From: ytlm Date: Mon, 27 Jun 2022 12:19:36 +0800 Subject: [PATCH] chore: update comment word misspelled --- trunk/src/app/srs_app_config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/src/app/srs_app_config.hpp b/trunk/src/app/srs_app_config.hpp index 351fb2ff87..0fbcc7e02a 100644 --- a/trunk/src/app/srs_app_config.hpp +++ b/trunk/src/app/srs_app_config.hpp @@ -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); @@ -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);