code: Fix typo of log and variables (#42)

This commit is contained in:
rayzui
2021-06-15 14:36:04 +08:00
committed by GitHub
parent a9a6cbc2aa
commit c36014b57e
42 changed files with 125 additions and 125 deletions

View File

@ -1046,7 +1046,7 @@ int ObSSTableMergePrepareTask::process()
} else if (ctx->param_.is_multi_version_minor_merge()) {
if (ctx->log_ts_range_.is_empty()) {
ret = OB_ERR_UNEXPECTED;
LOG_ERROR("Unexcepted empty log ts range in minor merge", K(ret), K(ctx->log_ts_range_));
LOG_ERROR("Unexpected empty log ts range in minor merge", K(ret), K(ctx->log_ts_range_));
} else {
ctx->merge_log_ts_ = ctx->log_ts_range_.end_log_ts_;
}