diff --git a/homeassistant/components/gdacs/geo_location.py b/homeassistant/components/gdacs/geo_location.py index 952c1deb5f5..2b6ffd556a9 100644 --- a/homeassistant/components/gdacs/geo_location.py +++ b/homeassistant/components/gdacs/geo_location.py @@ -56,7 +56,7 @@ async def async_setup_entry( @callback def async_add_geolocation(feed_manager, integration_id, external_id): - """Add gelocation entity from feed.""" + """Add geolocation entity from feed.""" new_entity = GdacsEvent(feed_manager, integration_id, external_id) _LOGGER.debug("Adding geolocation %s", new_entity) async_add_entities([new_entity], True)