fix typos

This commit is contained in:
Klawz
2022-01-13 15:22:51 +08:00
parent 535231025c
commit e5ea52d2e7
2 changed files with 5 additions and 5 deletions

View File

@ -275,7 +275,7 @@ int ObDeleteLogPlan::allocate_delete_as_top(ObLogicalOperator *&top,
} else if (delete_stmt->is_error_logging() && OB_FAIL(delete_op->extract_err_log_info())) {
LOG_WARN("failed to extract error log info", K(ret));
} else if (OB_FAIL(delete_op->compute_property())) {
LOG_WARN("failed to compute propery", K(ret));
LOG_WARN("failed to compute property", K(ret));
} else {
top = delete_op;
}