Skip to content

Commit

Permalink
Spelling fixes (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored and MisterWil committed Oct 28, 2019
1 parent 39e713d commit 9bb661e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ You can also block and listen for all mode and change events as they occur::
If you specify one or more devices with the --device argument along with the --listen command then only those devices will listen for change events.

Keyboard interupt (CTRL+C) to exit listening mode.
Keyboard interrupt (CTRL+C) to exit listening mode.

To obtain a list of automations::

Expand Down
2 changes: 1 addition & 1 deletion tests/mock/devices/unknown.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Mock Non-Existant Device."""
"""Mock Non-Existent Device."""
import abodepy.helpers.constants as CONST

DEVICE_ID = 'RF:deadbeef'
Expand Down
2 changes: 1 addition & 1 deletion tests/mock/logout.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ def post_response_bad_request():
"""Return the failed logout response json."""
return '''
{
"code":400,"message":"Some logout error occured.",
"code":400,"message":"Some logout error occurred.",
"detail":null
}'''

0 comments on commit 9bb661e

Please sign in to comment.