diff --git a/adb/adb_protocol.py b/adb/adb_protocol.py index 4ff28c7..7c0cfe0 100644 --- a/adb/adb_protocol.py +++ b/adb/adb_protocol.py @@ -460,7 +460,7 @@ def InteractiveShellCommand(cls, conn, cmd=None, strip_cmd=True, delim=None, str delim = delim.encode('utf-8') # Delimiter may be shell@hammerhead:/ $ - # The user or directory could change, making the delimiter somthing like root@hammerhead:/data/local/tmp $ + # The user or directory could change, making the delimiter something like root@hammerhead:/data/local/tmp $ # Handle a partial delimiter to search on and clean up if delim: user_pos = delim.find(b'@')