From d1eb4438beefc851c30a2353086df6b6de042ec5 Mon Sep 17 00:00:00 2001 From: Pathways-on-Cloud Team Date: Mon, 2 Feb 2026 17:59:41 -0800 Subject: [PATCH] Fix spell typos PiperOrigin-RevId: 864602401 --- pathwaysutils/elastic/simulated_manager.py | 2 +- pathwaysutils/profiling.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pathwaysutils/elastic/simulated_manager.py b/pathwaysutils/elastic/simulated_manager.py index 6184d21..ced6c79 100644 --- a/pathwaysutils/elastic/simulated_manager.py +++ b/pathwaysutils/elastic/simulated_manager.py @@ -59,7 +59,7 @@ def update_active_slice_indices(self, active_slice_indices: set[int]) -> None: """ self._simulated_active_slice_indices = active_slice_indices _logger.debug( - "Updated: simumlated_active_slice_indices=%s", + "Updated: simulated_active_slice_indices=%s", self._simulated_active_slice_indices, ) diff --git a/pathwaysutils/profiling.py b/pathwaysutils/profiling.py index d6c539d..3427fdc 100644 --- a/pathwaysutils/profiling.py +++ b/pathwaysutils/profiling.py @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -"""Profiling utilites.""" +"""Profiling Utilities.""" import dataclasses import json