fix typos 'untill' -> 'until'

This commit is contained in:
Klawz 2022-08-13 15:48:09 +08:00
parent 90a2c7c94f
commit cdf8f6f49c
7 changed files with 10 additions and 10 deletions

View File

@ -200,7 +200,7 @@ OB_GEO_UNARY_FUNC_BEGIN(ObGeoFuncBoxImpl, ObWkbGeogCollection, ObGeogBox *)
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, true, true, sub_g))) {
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
} else {
// Length is not used, cannot get real length untill iter move to the next
// Length is not used, cannot get real length until iter move to the next
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
sub_g->set_data(wkb_nosrid);
sub_g->set_srid(g->get_srid());

View File

@ -92,7 +92,7 @@ private:
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, IsGeog, true, sub_g))) {
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
} else {
// Length is not used, cannot get real length untill iter move to the next
// Length is not used, cannot get real length until iter move to the next
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
sub_g->set_data(wkb_nosrid);
sub_g->set_srid(g->get_srid());

View File

@ -143,7 +143,7 @@ OB_GEO_CART_BINARY_FUNC_BEGIN(ObGeoFuncCoveredByImpl, ObWkbGeomPoint, ObWkbGeomC
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, false, true, sub_g2))) {
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
} else {
// Length is not used, cannot get real length untill iter move to the next
// Length is not used, cannot get real length until iter move to the next
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
sub_g2->set_data(wkb_nosrid);
sub_g2->set_srid(g2->get_srid());
@ -636,7 +636,7 @@ OB_GEO_GEOG_BINARY_FUNC_BEGIN(ObGeoFuncCoveredByImpl, ObWkbGeogPoint, ObWkbGeogC
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, true, true, sub_g2))) {
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
} else {
// Length is not used, cannot get real length untill iter move to the next
// Length is not used, cannot get real length until iter move to the next
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
sub_g2->set_data(wkb_nosrid);
sub_g2->set_srid(g2->get_srid());

View File

@ -142,7 +142,7 @@ private:
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, is_geog, true, sub_g1))) {
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
} else {
// Length is not used, cannot get real length untill iter move to the next
// Length is not used, cannot get real length until iter move to the next
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
sub_g1->set_data(wkb_nosrid);
sub_g1->set_srid(g1->get_srid());
@ -163,7 +163,7 @@ private:
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, is_geog, true, sub_g2))) {
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
} else {
// Length is not used, cannot get real length untill iter move to the next
// Length is not used, cannot get real length until iter move to the next
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
sub_g2->set_data(wkb_nosrid);
sub_g2->set_srid(g2->get_srid());

View File

@ -74,7 +74,7 @@ private:
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, false, true, sub_g))) {
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
} else {
// Length is not used, cannot get real length untill iter move to the next
// Length is not used, cannot get real length until iter move to the next
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
sub_g->set_data(wkb_nosrid);
sub_g->set_srid(g->get_srid());

View File

@ -154,7 +154,7 @@ private:
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, is_geog, true, sub_g1))) {
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
} else {
// Length is not used, cannot get real length untill iter move to the next
// Length is not used, cannot get real length until iter move to the next
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
sub_g1->set_data(wkb_nosrid);
sub_g1->set_srid(g1->get_srid());
@ -173,7 +173,7 @@ private:
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, is_geog, true, sub_g2))) {
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
} else {
// Length is not used, cannot get real length untill iter move to the next
// Length is not used, cannot get real length until iter move to the next
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
sub_g2->set_data(wkb_nosrid);
sub_g2->set_srid(g2->get_srid());

View File

@ -101,7 +101,7 @@ private:
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, is_geog, true, sub_g))) {
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
} else {
// Length is not used, cannot get real length untill iter move to the next
// Length is not used, cannot get real length until iter move to the next
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
sub_g->set_data(wkb_nosrid);
sub_g->set_srid(g->get_srid());