1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Spelling fixes (#25666)

This commit is contained in:
Ville Skyttä
2019-08-03 00:20:07 +03:00
committed by Pascal Vizeli
parent 2f7c57b257
commit a54ade1189
38 changed files with 52 additions and 52 deletions

View File

@@ -431,7 +431,7 @@ async def async_subscribe(
)
wrapped_msg_callback = msg_callback
# If we have 3 paramaters with no default value, wrap the callback
# If we have 3 parameters with no default value, wrap the callback
if non_default == 3:
_LOGGER.warning(
"Signature of MQTT msg_callback '%s.%s' is deprecated",