diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2016-10-19 16:29:42 +0200 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2016-10-19 16:46:47 +0200 |
commit | 5bfa7e8da79685e09097d266d6cf453729e704dc (patch) | |
tree | f238f57c0d02cad90a417bf7c26898727b22bffc /inventory | |
parent | 3be15dae0b039e06e31b4eecc933851ada7446cb (diff) | |
download | openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.gz openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.bz2 openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.xz openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.zip |
Fix typos
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/aws/hosts/ec2.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/aws/hosts/ec2.ini b/inventory/aws/hosts/ec2.ini index aa0f9090f..5ee51c84f 100644 --- a/inventory/aws/hosts/ec2.ini +++ b/inventory/aws/hosts/ec2.ini @@ -60,7 +60,7 @@ all_instances = False # By default, only EC2 instances in the 'running' state are returned. Specify # EC2 instance states to return as a comma-separated list. This -# option is overriden when 'all_instances' is True. +# option is overridden when 'all_instances' is True. # instance_states = pending, running, shutting-down, terminated, stopping, stopped # By default, only RDS instances in the 'available' state are returned. Set |