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

docs: fix simple typo, somthing -> something #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion adb/adb_protocol.py
Original file line number Diff line number Diff line change
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