Fix RS regression cases.

This commit is contained in:
obdev
2023-09-08 13:59:08 +08:00
committed by ob-robot
parent f9cbd51720
commit 56a6080a49

View File

@ -1936,7 +1936,7 @@ int ObUnitManager::get_to_be_deleted_unit_group(
}
} else {
ret = OB_OP_NOT_ALLOW;
LOG_USER_ERROR(OB_OP_NOT_ALLOW, "delete unit group which is not belong to this tenant");
LOG_USER_ERROR(OB_OP_NOT_ALLOW, "delete unit group which does not belong to this tenant");
}
}
} else {