Skip to content

Commit

Permalink
Fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tstabrawa committed Nov 26, 2020
1 parent 5e0e032 commit c9d9464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions insteon_mqtt/Scenes.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def compress_controllers(self):
controllers are merged.
This is a companion to compress_responders and compress_n_way. These
are seperate functions to that they can be called seperately using
are seperate functions so that they can be called seperately using
Stacks.
This function only processes the scenes in a single pass. If it runs
Expand Down Expand Up @@ -164,7 +164,7 @@ def compress_responders(self):
merged.
This is a companion to compress_controllers and compress_n_way.
These are seperate functions to that they can be called seperately
These are seperate functions so that they can be called seperately
using Stacks.
This function only processes the scenes in a single pass. If it runs
Expand Down Expand Up @@ -205,7 +205,7 @@ def compress_n_way(self):
definition..
This is a companion to compress_responders and compress_controllers.
These are seperate functions to that they can be called seperately
These are seperate functions so that they can be called seperately
using Stacks.
This function only processes the scenes in a single pass. If it runs
Expand Down

0 comments on commit c9d9464

Please sign in to comment.