From d1cb2368fa784bcc953eef55ab62610ab78d75b0 Mon Sep 17 00:00:00 2001 From: Casper Date: Wed, 16 Dec 2020 10:13:20 +0100 Subject: [PATCH] fix typo (#2372) --- supervisor/snapshots/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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