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