mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Grammar and spelling fixes (#16065)
This commit is contained in:
committed by
Fabian Affolter
parent
9e1fa7ef42
commit
dbd0763f83
@@ -307,7 +307,7 @@ def async_enable_logging(hass: core.HomeAssistant,
|
||||
hass.data[DATA_LOGGING] = err_log_path
|
||||
else:
|
||||
_LOGGER.error(
|
||||
"Unable to setup error log %s (access denied)", err_log_path)
|
||||
"Unable to set up error log %s (access denied)", err_log_path)
|
||||
|
||||
|
||||
async def async_mount_local_lib_path(config_dir: str) -> str:
|
||||
|
||||
Reference in New Issue
Block a user