From d7b9ee35569482be69918ba8ed448688568a7def Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 9 Nov 2011 13:01:35 -0800 Subject: More spelling fixes inside of nova Change-Id: I79daf7519c99cc363ac7175c85912298f273da8a --- nova/virt/driver.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nova/virt') 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. -- cgit