summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2018-09-21 19:13:22 +0530
committerJohn R Barker <john@johnrbarker.com>2018-09-21 14:43:22 +0100
commit0ecbd50c3b45f241372d3ff9cad7bfa01c583cdb (patch)
treed164031ce2cdd77e38799346cbe32cce2f1de43a /contrib
parent623f803e0b797515b1a4e68b7a8bda1309dbd3d1 (diff)
downloadansible-0ecbd50c3b45f241372d3ff9cad7bfa01c583cdb.tar.gz
Misc typo fixes (#45969)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/inventory/consul_io.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/inventory/consul_io.ini b/contrib/inventory/consul_io.ini
index c720d8b111..d18a1494dd 100644
--- a/contrib/inventory/consul_io.ini
+++ b/contrib/inventory/consul_io.ini
@@ -21,9 +21,9 @@ servers_suffix = _servers
#
# By default, final JSON is built based on all available info in consul.
-# Suffixes means that services groups will be added in addition to basic infromation. See servers_suffix for additional info
+# Suffixes means that services groups will be added in addition to basic information. See servers_suffix for additional info
# There are cases when speed is preferable than having services groups
-# False value will reduce script execution time dragtically.
+# False value will reduce script execution time drastically.
#
suffixes = true
@@ -45,7 +45,7 @@ kv_groups=ansible/groups
kv_metadata=ansible/metadata
# looks up the health of each service and adds the node to 'up' and 'down' groups
-# based on the service availibility
+# based on the service availability
#
# !!!! if availability is true, suffixes also must be true. !!!!
#