1
0
mirror of https://github.com/ARM-software/devlib.git synced 2024-10-05 18:30:50 +01:00

utils/android: Fix Typo

This commit is contained in:
Marc Bonnici 2021-03-31 10:06:37 +01:00 committed by setrofim
parent 81f9ee2c50
commit d14df074ee

View File

@ -582,7 +582,7 @@ def adb_background_shell(conn, command,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
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
adb_server = conn.adb_server