Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
docs: fix simple typo, somthing -> something
Browse files Browse the repository at this point in the history
There is a small typo in adb/adb_protocol.py.

Should read `something` rather than `somthing`.
  • Loading branch information
timgates42 committed Dec 30, 2020
1 parent f4e597f commit 2e6b4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adb/adb_protocol.py
Expand Up @@ -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'@')
Expand Down

0 comments on commit 2e6b4d4

Please sign in to comment.