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

Rami Rosen rami.rosen at intel.com
Mon Apr 16 21:04:45 CEST 2018


This patch fixes a typo in framework/dut.

Signed-off-by: Rami Rosen <rami.rosen at intel.com>
---
 framework/dut.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/dut.py b/framework/dut.py
index 31b3daa..18f0b39 100644
--- a/framework/dut.py
+++ b/framework/dut.py
@@ -481,7 +481,7 @@ class Dut(Crb):
 
         while len(available_ports) > 0:
             accepted_ports = []
-            # first avaiable port is the reference port
+            # first available port is the reference port
             accepted_ports.append(available_ports[0])
 
             # check from second port according to parameter
-- 
2.14.3



More information about the dts mailing list