From 6ba6c7e67c90801ddd1e808ce13a6db84e9fa84c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Havasi?= Date: Fri, 29 Dec 2017 12:19:37 +0100 Subject: [PATCH] contrib/inventory/consul_io: typo fixed in documentation (#34291) --- contrib/inventory/consul_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/inventory/consul_io.py b/contrib/inventory/consul_io.py index 26f9ead60af..6dc3ff18fc7 100755 --- a/contrib/inventory/consul_io.py +++ b/contrib/inventory/consul_io.py @@ -292,7 +292,7 @@ class ConsulInventory(object): self.load_data_for_node(node['Node'], datacenter) def load_data_for_node(self, node, datacenter): - '''loads the data for a sinle node adding it to various groups based on + '''loads the data for a single node adding it to various groups based on metadata retrieved from the kv store and service availability''' if self.config.suffixes == 'true':