[dts] [PATCH] framework/ssh_pexpect: fix a typo

Rami Rosen ramirose at gmail.com
Sat Jan 12 09:16:38 CET 2019


This patch fixes a typo in framework/ssh_pexpect.py.

Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 framework/ssh_pexpect.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/framework/ssh_pexpect.py b/framework/ssh_pexpect.py
index 42221f1..df8da8a 100644
--- a/framework/ssh_pexpect.py
+++ b/framework/ssh_pexpect.py
@@ -7,8 +7,8 @@ from utils import RED, GREEN, parallel_lock
 
 """
 Module handle ssh sessions between tester and DUT.
-Implement send_expect function to send command and get output data.
-Aslo support transfer files to tester or DUT.
+Implements send_expect function to send command and get output data.
+Also supports transfer files to tester or DUT.
 """
 
 
-- 
2.19.2



More information about the dts mailing list