From 12c2e2d4432f2f211c5c2c94f5d70aff41efd5fe Mon Sep 17 00:00:00 2001 From: Matt Joyce Date: Wed, 16 Jan 2013 11:41:37 -0800 Subject: Correcting improper use of the word 'an'. Change-Id: I032509539c61f2f5fda2001e2db5a3298e30c561 --- etc/nova/nova.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample index 96118eb76..1ad6162a1 100644 --- a/etc/nova/nova.conf.sample +++ b/etc/nova/nova.conf.sample @@ -1756,7 +1756,7 @@ # value) #hyperv_attaching_volume_retry_count=10 -# The seconds to wait between an volume attachment attempt +# The seconds to wait between a volume attachment attempt # (integer value) #hyperv_wait_between_attach_retry=5 @@ -2476,7 +2476,7 @@ # # Do not set this out of dev/test environments. If a node does -# not have an fixed PXE IP address, volumes are exported with +# not have a fixed PXE IP address, volumes are exported with # globally opened ACL (boolean value) #use_unsafe_iscsi=false -- cgit