From d5cc5fd2f023e5d7095476282159027dce957cb3 Mon Sep 17 00:00:00 2001 From: Matt Joyce Date: Tue, 29 May 2012 12:04:03 -0700 Subject: Grammar fixes. Change-Id: Iff3f5765193e0bc98dfc377ee5a9b6f47ae11859 --- bin/nova-manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/nova-manage b/bin/nova-manage index 60f9d44a9..f94497087 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -633,7 +633,7 @@ class FloatingIpCommands(object): @staticmethod def address_to_hosts(addresses): """ - Iterate over hosts within a address range. + Iterate over hosts within an address range. If an explicit range specifier is missing, the parameter is interpreted as a specific individual address. -- cgit