summaryrefslogtreecommitdiffstats
path: root/nova/virt
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2011-11-10 04:26:07 +0000
committerGerrit Code Review <review@openstack.org>2011-11-10 04:26:07 +0000
commit3639fbb09ec47c318a1e2c166aeb4267842c2cee (patch)
tree56dc4c0f0cdc93f1f5a53a6f39760793bcbb51c6 /nova/virt
parent110a64a10d7332afaee3d5b02e4272ce5bffaecc (diff)
parentd7b9ee35569482be69918ba8ed448688568a7def (diff)
Merge "More spelling fixes inside of nova"
Diffstat (limited to 'nova/virt')
-rw-r--r--nova/virt/driver.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/nova/virt/driver.py b/nova/virt/driver.py
index bcdd20f2c..c2056f19d 100644
--- a/nova/virt/driver.py
+++ b/nova/virt/driver.py
@@ -87,9 +87,9 @@ class ComputeDriver(object):
virtual network interface, and these IDs are opaque to the rest of Nova.
Some methods here take an instance of nova.compute.service.Instance. This
- is the datastructure used by nova.compute to store details regarding an
+ is the data structure used by nova.compute to store details regarding an
instance, and pass them into this layer. This layer is responsible for
- translating that generic datastructure into terms that are specific to the
+ translating that generic data structure into terms that are specific to the
virtualization platform.
"""
@@ -365,7 +365,7 @@ class ComputeDriver(object):
This message is sent to the virtualization drivers on hosts that are
running an instance that belongs to a security group that has a rule
that references the security group identified by `security_group_id`.
- It is the responsiblity of this method to make sure any rules
+ It is the responsibility of this method to make sure any rules
that authorize traffic flow with members of the security group are
updated and any new members can communicate, and any removed members
cannot.