From 1d9821efa2df742ebed15d3f69a513794fad4864 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sun, 25 Jun 2023 18:00:50 -0700 Subject: [PATCH] Fix spelling mistake in script.py (#95210) Update script.py --- homeassistant/helpers/script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/helpers/script.py b/homeassistant/helpers/script.py index 93d04d5f6df..f39d358dc6d 100644 --- a/homeassistant/helpers/script.py +++ b/homeassistant/helpers/script.py @@ -662,7 +662,7 @@ class _ScriptRun: self._hass, self._action, self._variables ) - # Validate response data paraters. This check ignores services that do + # Validate response data parameters. This check ignores services that do # not exist which will raise an appropriate error in the service call below. response_variable = self._action.get(CONF_RESPONSE_VARIABLE) return_response = response_variable is not None