summaryrefslogtreecommitdiffstats
path: root/nova/virt
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2011-11-09 13:01:35 -0800
committerJoe Gordon <jogo@cloudscaling.com>2011-11-09 19:57:44 -0800
commitd7b9ee35569482be69918ba8ed448688568a7def (patch)
tree0195bd8bebfd826fa7ce398f3715c1681bf39e9f /nova/virt
parentbcb590cba55d3d7318f2870cddc1cf507652e2a2 (diff)
More spelling fixes inside of nova
Change-Id: I79daf7519c99cc363ac7175c85912298f273da8a
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.