summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Erdfelt <johannes.erdfelt@rackspace.com>2011-09-12 19:19:04 +0000
committerJohannes Erdfelt <johannes.erdfelt@rackspace.com>2011-09-12 19:19:04 +0000
commitff721f2b52bdb9abab4b7af0e6fcdab09e8de092 (patch)
treea4a95d38419af99abf6e493a6a1b282668d0e70e
parent0fb6ac43871a4ef70ec8f845a6fa925df6575e3b (diff)
Fix typo (woops)
-rw-r--r--nova/virt/xenapi/vmops.py2
1 files changed, 1 insertions, 1 deletions
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():