mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
utils/android: Fix Typo
This commit is contained in:
parent
81f9ee2c50
commit
d14df074ee
@ -582,7 +582,7 @@ def adb_background_shell(conn, command,
|
|||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
stderr=subprocess.PIPE,
|
stderr=subprocess.PIPE,
|
||||||
as_root=False):
|
as_root=False):
|
||||||
"""Runs the sepcified command in a subprocess, returning the the Popen object."""
|
"""Runs the specified command in a subprocess, returning the the Popen object."""
|
||||||
device = conn.device
|
device = conn.device
|
||||||
adb_server = conn.adb_server
|
adb_server = conn.adb_server
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user