correct spelling

This commit is contained in:
luoshengchang
2022-04-21 16:21:24 +08:00
parent 82ba229789
commit efbd59683a

View File

@ -212,7 +212,7 @@ int ObDASUpdIterator::get_next_spatial_index_row(ObNewRow *&row)
} }
} else if (OB_ISNULL(spatial_rows)) { } else if (OB_ISNULL(spatial_rows)) {
if (OB_FAIL(create_spatial_index_store())) { if (OB_FAIL(create_spatial_index_store())) {
LOG_WARN("create spatila index rows store failed", K(ret)); LOG_WARN("create spatial index rows store failed", K(ret));
} else { } else {
spatial_rows = get_spatial_index_rows(); spatial_rows = get_spatial_index_rows();
} }