From a557febc9348703558b376e301ef5b2ca60e832e Mon Sep 17 00:00:00 2001 From: Zheng Chen Date: Fri, 30 Jan 2026 20:58:15 +0000 Subject: [PATCH] Fix spell typo --- 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