fix some typo error

This commit is contained in:
obdev
2023-09-08 12:35:44 +08:00
committed by ob-robot
parent 23e5e34042
commit ca21045824
21 changed files with 86 additions and 86 deletions

View File

@ -129,7 +129,7 @@ int ObDASDMLIterator::get_next_spatial_index_row(ObNewRow *&row)
}
} else if (OB_ISNULL(spatial_rows)) {
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 {
spatial_rows = get_spatial_index_rows();
}