From a772383209e0f84412b0e26cab55e870afc65a52 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Thu, 7 Nov 2013 09:08:28 -0500 Subject: [PATCH] virt: rv_build_install spelling fix Signed-off-by: Chris Evich --- qemu/tests/rv_build_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/tests/rv_build_install.py b/qemu/tests/rv_build_install.py index 7ef1c1c4..03f77e95 100644 --- a/qemu/tests/rv_build_install.py +++ b/qemu/tests/rv_build_install.py @@ -35,7 +35,7 @@ def connect_to_vm(vm_name, env, params): def install_req_pkgs(pkgsRequired, vm_root_session, params): """ - Checks to see if packages are installed and if not, installs the package + Checks to see if packages are installed and if not, installs the package :params rpms_to_install: List of packages to check :params vm_root_session: Session object of VM -- GitLab