diff --git a/samples/soft_reboot.py b/samples/soft_reboot.py index a6ba2720..9ce8629d 100644 --- a/samples/soft_reboot.py +++ b/samples/soft_reboot.py @@ -44,7 +44,7 @@ def setup_args(): print "Found: {0}".format(vm.name) print "The current powerState is: {0}".format(vm.runtime.powerState) -# This does not grantee a reboot. +# This does not guarantee a reboot. # It issues a command to the guest # operating system asking it to perform a reboot. # Returns immediately and does not wait for the guest