test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] framework/dts: fix typos
@ 2019-01-18 12:47 Rami Rosen
  0 siblings, 0 replies; only message in thread
From: Rami Rosen @ 2019-01-18 12:47 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

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

diff --git a/framework/dts.py b/framework/dts.py
index 0b2240c..19a473d 100644
--- a/framework/dts.py
+++ b/framework/dts.py
@@ -108,7 +108,7 @@ def dts_parse_param(config, section):
 
     settings.save_global_setting(settings.HOST_NIC_SETTING, paramDict['nic_type'])
 
-    # save perf/funtion setting in enviornment
+    # save perf/function setting in environment
     if performance:
         settings.save_global_setting(settings.PERF_SETTING, 'yes')
     else:
@@ -521,7 +521,7 @@ def run_all(config_file, pkgName, git, patch, skip_setup,
     crbs_conf = CrbsConf()
     crbs = crbs_conf.load_crbs_config()
 
-    # for all Exectuion sections
+    # for all Execution sections
     for section in config.sections():
         dts_parse_param(config, section)
 
-- 
2.19.2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-18 12:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-18 12:47 [dts] [PATCH] framework/dts: fix typos Rami Rosen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).