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

Rami Rosen ramirose at gmail.com
Sat Jan 12 10:07:00 CET 2019


This patch fixes a typo (covert->convert)
in framework/config.py 

Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 framework/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/config.py b/framework/config.py
index 46c6ffb..b4f37d1 100644
--- a/framework/config.py
+++ b/framework/config.py
@@ -272,7 +272,7 @@ class CrbsConf(UserConf):
             if not crb_confs:
                 continue
 
-            # covert file configuration to dts crbs
+            # convert file configuration to dts crbs
             for conf in crb_confs:
                 key, value = conf
                 if key == 'dut_ip':
-- 
2.19.2



More information about the dts mailing list