diff --git a/supervisor/snapshots/__init__.py b/supervisor/snapshots/__init__.py index 1452d5d83..4f799e072 100644 --- a/supervisor/snapshots/__init__.py +++ b/supervisor/snapshots/__init__.py @@ -202,7 +202,7 @@ class SnapshotManager(CoreSysAttributes): else: _LOGGER.info( - "Crating partial-snapshot with slug %s completed", snapshot.slug + "Creating partial-snapshot with slug %s completed", snapshot.slug ) self.snapshots_obj[snapshot.slug] = snapshot return snapshot