From a6503406a464b8eb3e7341d3db867a00729d4cb0 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 17 Jan 2022 07:50:50 -0500 Subject: [PATCH] spelling: components/fronius (#64274) --- homeassistant/components/fronius/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/fronius/config_flow.py b/homeassistant/components/fronius/config_flow.py index ea590767359..00ddd9335a3 100644 --- a/homeassistant/components/fronius/config_flow.py +++ b/homeassistant/components/fronius/config_flow.py @@ -138,7 +138,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN): async def async_step_confirm_discovery( self, user_input: dict[str, Any] | None = None ) -> FlowResult: - """Attempt to confim.""" + """Attempt to confirm.""" title = create_title(self.info) if user_input is not None: return self.async_create_entry(title=title, data=self.info)