diff --git a/src/sql/plan_cache/ob_plan_cache_util.cpp b/src/sql/plan_cache/ob_plan_cache_util.cpp index cf088c74b2..9bd5d240c9 100644 --- a/src/sql/plan_cache/ob_plan_cache_util.cpp +++ b/src/sql/plan_cache/ob_plan_cache_util.cpp @@ -295,7 +295,7 @@ int ObPhyLocationGetter::get_phy_locations(const ObIArray &tabl candi_table_loc.set_duplicate_type(table_location.get_duplicate_type()); candi_table_loc.set_table_location_key( table_location.get_table_id(), table_location.get_ref_table_id()); - LOG_DEBUG("plan cache utitl", K(candi_table_loc)); + LOG_DEBUG("plan cache util", K(candi_table_loc)); } if (OB_SUCC(ret)) { if (OB_FAIL(table_location_ptrs.push_back(&table_location))) {