From 3f1741dd1890e67bc62aa0721a83d7f565f1f859 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 2 Feb 2021 20:41:56 +0100 Subject: [PATCH] Typo: depircated -> deprecated (#2507) --- supervisor/addons/validate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor/addons/validate.py b/supervisor/addons/validate.py index e5ce067e6..ec727ee71 100644 --- a/supervisor/addons/validate.py +++ b/supervisor/addons/validate.py @@ -149,7 +149,7 @@ def _migrate_addon_config(protocol=False): value = config[ATTR_STARTUP] if protocol: _LOGGER.warning( - "Add-on config 'startup' with '%s' is depircated. Please report this to the maintainer of %s", + "Add-on config 'startup' with '%s' is deprecated. Please report this to the maintainer of %s", value, name, )