From 54c3f4f00169c6b9f6b0a4c0f4607a9ffd29f341 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Wed, 29 Aug 2018 14:59:48 -0700 Subject: [PATCH] Fix spelling mistake in recorder migration [ci skip] --- homeassistant/components/recorder/migration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/recorder/migration.py b/homeassistant/components/recorder/migration.py index 207f2f53a7f..7b257e223db 100644 --- a/homeassistant/components/recorder/migration.py +++ b/homeassistant/components/recorder/migration.py @@ -169,7 +169,7 @@ def _add_columns(engine, table_name, columns_def): if 'duplicate' not in str(err).lower(): raise - _LOGGER.warning('Column %s already exists on %s, continueing', + _LOGGER.warning('Column %s already exists on %s, continuing', column_def.split(' ')[1], table_name)