Skip to content

Commit

Permalink
Merge pull request dracoventions#18 from MikeBishop/typos
Browse files Browse the repository at this point in the history
Fix minor typos
  • Loading branch information
ngardiner authored Feb 1, 2020
2 parents dc08c30 + 04a84a4 commit 917080f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/TWCManager/TWCSlave.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ def receive_slave_heartbeat(self, heartbeatData):
' < 60 or self.reportedAmpsActual ' + str(self.reportedAmpsActual) +
' < 4')
if(self.master.getMaxAmpsToDivideAmongSlaves() < 1):
desiredAmosOffered = 0
desiredAmpsOffered = 0
else:
desiredAmpsOffered = minAmpsToOffer
else:
Expand Down
2 changes: 1 addition & 1 deletion lib/TWCManager/Vehicle/TeslaAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class CarApi:
# command a minute or less later.
# 'vehicle unavailable:' sounds like it implies the car is out of connection
# range, but I once saw it returned by drive_state after wake_up returned
# 'online'. In that case, the car is reacahble, but drive_state failed for some
# 'online'. In that case, the car is reachable, but drive_state failed for some
# reason. Thus we consider it a transient error.
# Error strings below need only match the start of an error response such as:
# {'response': None, 'error_description': '',
Expand Down

0 comments on commit 917080f

Please sign in to comment.