Skip to content

Commit

Permalink
Merge pull request #369 from johnlunney/patch-1
Browse files Browse the repository at this point in the history
Fix typo in 'iff'
  • Loading branch information
grybmadsci authored Jul 18, 2016
2 parents 274d298 + c46f39a commit 19032ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhtf/plugs/usb/adb_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def IsOpen(self):
return self.closed_state == self.ClosedState.OPEN

def IsClosed(self):
"""Return true ifff the transport layer is closed."""
"""Return true iff the transport layer is closed."""
return self.closed_state == self.ClosedState.CLOSED

def EnqueueMessage(self, message, timeout):
Expand Down

0 comments on commit 19032ca

Please sign in to comment.