fix misspelled word (#250)

Co-authored-by: wangzelin.wzl <wangzelin.wzl@alibaba-inc.com>
This commit is contained in:
LIN
2021-07-28 21:37:26 +08:00
committed by wangzelin.wzl
parent 418f092462
commit 60c3786386
46 changed files with 132 additions and 132 deletions

View File

@ -82,7 +82,7 @@ void ObLogArchiveAndRestoreDriver::run1()
lib::set_thread_name("LogArchiveDri");
ObCurTraceId::init(GCONF.self_addr_);
state_driver_loop();
CLOG_LOG(INFO, "ob_log_archvie_and_restore_driver will stop");
CLOG_LOG(INFO, "ob_log_archive_and_restore_driver will stop");
}
void ObLogArchiveAndRestoreDriver::state_driver_loop()