diff --git a/lib/ansible/playbook/conditional.py b/lib/ansible/playbook/conditional.py index c8c6a9359ec..5615a252b8c 100644 --- a/lib/ansible/playbook/conditional.py +++ b/lib/ansible/playbook/conditional.py @@ -56,7 +56,7 @@ class Conditional: False if any of them evaluate as such. ''' - # since this is a mixin, it may not have an underlying datastructure + # since this is a mix-in, it may not have an underlying datastructure # associated with it, so we pull it out now in case we need it for # error reporting below ds = None @@ -86,7 +86,7 @@ class Conditional: if conditional in all_vars and '-' not in text_type(all_vars[conditional]): conditional = all_vars[conditional] - # make sure the templar is using the variables specifed to this method + # make sure the templar is using the variables specified with this method templar.set_available_variables(variables=all_vars) try: