fix error spell (#16)

* fix error spell

* Change words to lowercase
This commit is contained in:
Xiao Kang
2021-06-15 14:23:46 +08:00
committed by GitHub
parent f399bfe3e1
commit f6ee74f9cd
5 changed files with 13 additions and 13 deletions

View File

@ -10,8 +10,8 @@
* See the Mulan PubL v2 for more details.
*/
#ifndef __OCENABASE_RS_RESOURCE_WEIGHT_PARSER_H__
#define __OCENABASE_RS_RESOURCE_WEIGHT_PARSER_H__
#ifndef __OCEANBASE_RS_RESOURCE_WEIGHT_PARSER_H__
#define __OCEANBASE_RS_RESOURCE_WEIGHT_PARSER_H__
#include "share/ob_kv_parser.h"
#include "rootserver/ob_balance_info.h"
@ -59,5 +59,5 @@ class ObResourceWeightParser {
};
} // namespace rootserver
} // namespace oceanbase
#endif /* __OCENABASE_RS_RESOURCE_WEIGHT_PARSER_H__ */
#endif /* __OCEANBASE_RS_RESOURCE_WEIGHT_PARSER_H__ */
//// end of header file