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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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_LIB_LOCK_OB_FCOND_H
#define OCENABASE_LIB_LOCK_OB_FCOND_H
#ifndef OCEANBASE_LIB_LOCK_OB_FCOND_H
#define OCEANBASE_LIB_LOCK_OB_FCOND_H
#include "lib/thread_local/ob_tsi_utils.h"
#include "lib/coro/co.h"
@ -50,4 +50,4 @@ struct ObFCond {
};
}; // namespace common
}; // end namespace oceanbase
#endif // OCENABASE_LIB_LOCK_OB_FCOND_H
#endif // OCEANBASE_LIB_LOCK_OB_FCOND_H

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

View File

@ -10,8 +10,8 @@
* See the Mulan PubL v2 for more details.
*/
#ifndef __OCENABASE_ROOTSERVER_OB_ZONE_UNIT_PROVIDER_H__
#define __OCENABASE_ROOTSERVER_OB_ZONE_UNIT_PROVIDER_H__
#ifndef __OCEANBASE_ROOTSERVER_OB_ZONE_UNIT_PROVIDER_H__
#define __OCEANBASE_ROOTSERVER_OB_ZONE_UNIT_PROVIDER_H__
#include "share/ob_define.h"
#include "lib/list/ob_dlist.h"
@ -215,5 +215,5 @@ class ObAllZoneUnitsProvider : public ObZoneUnitsProvider {
} // namespace rootserver
} // namespace oceanbase
#endif /* __OCENABASE_ROOTSERVER_OB_ZONE_UNIT_PROVIDER_H__ */
#endif /* __OCEANBASE_ROOTSERVER_OB_ZONE_UNIT_PROVIDER_H__ */
//// end of header file

View File

@ -10,8 +10,8 @@
* See the Mulan PubL v2 for more details.
*/
#ifndef __OCENABASE_SHARE_RESTORE_URI_PARSER_H__
#define __OCENABASE_SHARE_RESTORE_URI_PARSER_H__
#ifndef __OCEANBASE_SHARE_RESTORE_URI_PARSER_H__
#define __OCEANBASE_SHARE_RESTORE_URI_PARSER_H__
#include "share/backup/ob_physical_restore_info.h"
#include "share/ob_kv_parser.h"
@ -160,5 +160,5 @@ class ObPhysicalRestoreOptionParser {
};
} // namespace share
} // namespace oceanbase
#endif /* __OCENABASE_SHARE_RESTORE_URI_PARSER_H__ */
#endif /* __OCEANBASE_SHARE_RESTORE_URI_PARSER_H__ */
//// end of header file

View File

@ -32,7 +32,7 @@ namespace schema {
// pass: ""
// database: ${USER//./_}_unittest
//
// 2. create ocenabase system table schema in mysql server.
// 2. create OceanBase system table schema in mysql server.
//
class DBInitializer {
public: