From ff721f2b52bdb9abab4b7af0e6fcdab09e8de092 Mon Sep 17 00:00:00 2001 From: Johannes Erdfelt Date: Mon, 12 Sep 2011 19:19:04 +0000 Subject: Fix typo (woops) --- nova/virt/xenapi/vmops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/virt/xenapi/vmops.py b/nova/virt/xenapi/vmops.py index 1f7494d59..6b8e60acb 100644 --- a/nova/virt/xenapi/vmops.py +++ b/nova/virt/xenapi/vmops.py @@ -634,7 +634,7 @@ class VMOps(object): # The agent can be slow to start for a variety of reasons. On Windows, # it will generally perform a setup process on first boot that can # take a couple of minutes and then reboot. On Linux, the system can - # also take a while to boot. So we need to be more partient than + # also take a while to boot. So we need to be more patient than # normal as well as watch for domid changes def _call(): -- cgit