[dts] [PATCH] framework/virt_base.py: fix a typo

Rami Rosen ramirose at gmail.com
Sat Jan 12 09:22:43 CET 2019


This patch fixes a typo (virutal->virtual) in 
framework/virt_base.py.

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

diff --git a/framework/virt_base.py b/framework/virt_base.py
index 5eca712..91143df 100644
--- a/framework/virt_base.py
+++ b/framework/virt_base.py
@@ -280,7 +280,7 @@ class VirtBase(object):
             # compose boot command for different hypervisors
             self.compose_boot_param()
 
-            # start virutal machine
+            # start virtual machine
             self._start_vm()
 
             if self.vm_status is ST_RUNNING:
@@ -311,7 +311,7 @@ class VirtBase(object):
             # compose boot command for different hypervisors
             self.compose_boot_param()
 
-            # start virutal machine
+            # start virtual machine
             self._quick_start_vm()
 
         except Exception as vm_except:
-- 
2.19.2



More information about the dts mailing list