Skip to content

Commit

Permalink
Fix typo (home-assistant#3343)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Sep 12, 2016
1 parent c028e1f commit ac063f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/bloomsky.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(self, api_key):

@Throttle(MIN_TIME_BETWEEN_UPDATES)
def refresh_devices(self):
"""Use the API to retreive a list of devices."""
"""Use the API to retrieve a list of devices."""
_LOGGER.debug("Fetching BloomSky update")
response = requests.get(self.API_URL,
headers={"Authorization": self._api_key},
Expand Down

0 comments on commit ac063f8

Please sign in to comment.