fix typos

This commit is contained in:
Klawz
2023-05-26 13:25:13 +08:00
parent 002e994154
commit 3acb16210f
6 changed files with 10 additions and 10 deletions

View File

@ -1422,7 +1422,7 @@ int ObDelUpdLogPlan::allocate_pdml_insert_as_top(ObLogicalOperator *&top,
LOG_WARN("get unexpected null", K(ret));
}
if (OB_FAIL(insert_op->compute_property())) {
LOG_WARN("failed to compute propery", K(ret));
LOG_WARN("failed to compute property", K(ret));
} else {
top = insert_op;
}