diff --git a/lib/ansible/inventory/__init__.py b/lib/ansible/inventory/__init__.py index 2e530e7f3e..6cc5a9dbba 100644 --- a/lib/ansible/inventory/__init__.py +++ b/lib/ansible/inventory/__init__.py @@ -113,7 +113,7 @@ class Inventory(object): self.parser = None # Always create the 'all' and 'ungrouped' groups, even if host_list is - # empty: in this case we will subsequently an the implicit 'localhost' to it. + # empty: in this case we will subsequently add the implicit 'localhost' to it. ungrouped = Group('ungrouped') all = Group('all')