From dadcc5ebcbcf951ff677568b281c5897d990c8ae Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 17 Jan 2022 09:51:46 -0500 Subject: [PATCH] spelling: components/august (#64232) Co-authored-by: Josh Soref --- homeassistant/components/august/activity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/august/activity.py b/homeassistant/components/august/activity.py index f64b27c7c85..687afdab4c7 100644 --- a/homeassistant/components/august/activity.py +++ b/homeassistant/components/august/activity.py @@ -67,7 +67,7 @@ class ActivityStream(AugustSubscriberMixin): self._schedule_updates[house_id] = None def get_latest_device_activity(self, device_id, activity_types): - """Return latest activity that is one of the acitivty_types.""" + """Return latest activity that is one of the activity_types.""" if device_id not in self._latest_activities: return None