correct spelling

This commit is contained in:
luoshengchang
2022-04-29 16:21:24 +08:00
parent efbd59683a
commit 53974f7cfc

View File

@ -343,7 +343,7 @@ int ObDASUtils::generate_spatial_index_rows(
ret = OB_ALLOCATE_MEMORY_FAILED;
LOG_WARN("failed to alloc memory for spatial index row mbr", K(ret));
} else if (OB_FAIL(spa_mbr.to_char(mbr, mbr_len))) {
LOG_WARN("failed transfrom ObSpatialMBR to string", K(ret));
LOG_WARN("failed transform ObSpatialMBR to string", K(ret));
} else {
for (uint64_t i = 0; OB_SUCC(ret) && i < cellids.size(); i++) {
if (OB_ISNULL(obj_arr = reinterpret_cast<ObObj *>(allocator.alloc(sizeof(ObObj) * rowkey_num)))) {