[dts] [PATCH] tests/ptpclient: fix typos

Rami Rosen ramirose at gmail.com
Sat Jan 19 13:41:33 CET 2019


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

diff --git a/tests/TestSuite_ptpclient.py b/tests/TestSuite_ptpclient.py
index 8074025..27d0714 100644
--- a/tests/TestSuite_ptpclient.py
+++ b/tests/TestSuite_ptpclient.py
@@ -148,8 +148,8 @@ class TestPtpClient(TestCase):
 
         tester_out = self.tester.send_expect("date -u '+%Y-%m-%d %H:%M'", "# ")
         dut_out = self.dut.send_expect("date -u '+%Y-%m-%d %H:%M'", "# ")
-        # some times, when use data cmdline get dut systerm time, after kill ptpclent example.
-        # the output will include kill process info, at that time need get systerm time again.
+        # some times, when using data cmdline get dut system time, after kill ptpclient example.
+        # the output will include kill process info, at that time need get system time again.
         if len(dut_out) != len(tester_out):
             dut_out = self.dut.send_expect("date -u '+%Y-%m-%d %H:%M'", "# ")
 
-- 
2.19.2



More information about the dts mailing list