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