From a5e11b1325cb7c42f501ac8a461d6e977abdd645 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Thu, 10 Mar 2016 03:24:04 +0100 Subject: [PATCH] Another misspelling ...while reading the source --- lib/ansible/playbook/conditional.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: