summaryrefslogtreecommitdiff
path: root/lib/ansible/inventory
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2019-01-15 17:07:00 +0530
committerJohn R Barker <john@johnrbarker.com>2019-01-15 11:37:00 +0000
commit4817dcd0fce5cd639e5baf8794bb99e302031739 (patch)
tree7ea8ca83e6371747e1249b88653236bc3cca6534 /lib/ansible/inventory
parent67b455a8ac1ac6fcf4e45bb3101b162607ce26c8 (diff)
downloadansible-4817dcd0fce5cd639e5baf8794bb99e302031739.tar.gz
Minor typos (#50371)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'lib/ansible/inventory')
-rw-r--r--lib/ansible/inventory/data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/inventory/data.py b/lib/ansible/inventory/data.py
index e183845891..6de1457521 100644
--- a/lib/ansible/inventory/data.py
+++ b/lib/ansible/inventory/data.py
@@ -233,7 +233,7 @@ class InventoryData(object):
g.remove_host(host)
def set_variable(self, entity, varname, value):
- ''' sets a varible for an inventory object '''
+ ''' sets a variable for an inventory object '''
if entity in self.groups:
inv_object = self.groups[entity]