Typo: depircated -> deprecated (#2507)

This commit is contained in:
Franck Nijhof 2021-02-02 20:41:56 +01:00 committed by GitHub
parent 9ef02e4110
commit 3f1741dd18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
)