From cd93b2f3746e6046661cce546515a88764f72c54 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Mon, 4 Mar 2019 16:09:56 +0000 Subject: [PATCH] Fix typos --- zaza/configure/guest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zaza/configure/guest.py b/zaza/configure/guest.py index 6244cc4..d878191 100644 --- a/zaza/configure/guest.py +++ b/zaza/configure/guest.py @@ -43,11 +43,11 @@ def launch_instance(instance_key, use_boot_volume=False, vm_name=None, :param instance_key: Key to collect associated config data with. :type instance_key: str - :param use_boot_volume: Whether to boot guest froma shared volume. + :param use_boot_volume: Whether to boot guest from a shared volume. :type use_boot_volume: boolean :param vm_name: Name to give guest. :type vm_name: str - :param private_network_name: Name of private network to attatch guest to. + :param private_network_name: Name of private network to attach guest to. :type private_network_name: str :param image_name: Image name to use with guest. :type image_name: str