minor spelling changes

This commit is contained in:
Carlos E. Garcia
2015-07-10 12:42:59 -04:00
parent 7c73e9c12e
commit 657495d13f
5 changed files with 7 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ destination_variable = public_dns_name
# be run from within EC2. The key of an EC2 tag may optionally be used; however
# the boto instance variables hold precedence in the event of a collision.
# WARNING: - instances that are in the private vpc, _without_ public ip address
# will not be listed in the inventory untill You set:
# will not be listed in the inventory until You set:
# vpc_destination_variable = 'private_ip_address'
vpc_destination_variable = ip_address

View File

@@ -795,7 +795,7 @@ class Ec2Inventory(object):
# Inventory: Group by security group
if self.group_by_security_group and not is_redis:
# Check for the existance of the 'SecurityGroups' key and also if
# Check for the existence of the 'SecurityGroups' key and also if
# this key has some value. When the cluster is not placed in a SG
# the query can return None here and cause an error.
if 'SecurityGroups' in cluster and cluster['SecurityGroups'] is not None:
@@ -887,7 +887,7 @@ class Ec2Inventory(object):
# Inventory: Group by security group
if self.group_by_security_group:
# Check for the existance of the 'SecurityGroups' key and also if
# Check for the existence of the 'SecurityGroups' key and also if
# this key has some value. When the cluster is not placed in a SG
# the query can return None here and cause an error.
if 'SecurityGroups' in cluster and cluster['SecurityGroups'] is not None: