aboutsummaryrefslogtreecommitdiff
path: root/tests/vm/ubuntuvm.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vm/ubuntuvm.py')
-rw-r--r--tests/vm/ubuntuvm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/ubuntuvm.py b/tests/vm/ubuntuvm.py
index 6689ad87aa..15c530c571 100644
--- a/tests/vm/ubuntuvm.py
+++ b/tests/vm/ubuntuvm.py
@@ -51,7 +51,7 @@ class UbuntuVM(basevm.BaseVM):
# then we will jump right to the graceful shutdown
if self._config['install_cmds'] != "":
# Issue the install commands.
- # This can be overriden by the user in the config .yml.
+ # This can be overridden by the user in the config .yml.
install_cmds = self._config['install_cmds'].split(',')
for cmd in install_cmds:
self.ssh_root(cmd)