Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
2Fake committed Jun 17, 2020
1 parent d42a4e3 commit 21f65e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devolo_home_control_api/backend/mprm.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ def detect_gateway_in_lan(self):

def get_local_session(self):
"""
Connect to the gateway locally. Calling a special portal URL on the gateway returns a secord URL with a token. Calling
that URL estabishes the connection.
Connect to the gateway locally. Calling a special portal URL on the gateway returns a second URL with a token. Calling
that URL establishes the connection.
"""
self._logger.info("Connecting to gateway locally.")
self._session.url = "http://" + self._local_ip
Expand Down

0 comments on commit 21f65e9

Please sign in to comment.