From 172bbac97a90c747fd727973c10ef6c6fac58ddf Mon Sep 17 00:00:00 2001 From: napkindrawing Date: Wed, 9 Sep 2015 11:55:40 -0400 Subject: [PATCH] =?UTF-8?q?Typo=20in=20comment:=20"bsaename"=20=E2=86=92?= =?UTF-8?q?=20"basename"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ansible/vars/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/vars/__init__.py b/lib/ansible/vars/__init__.py index 6fa3c90ccdb..da44f955832 100644 --- a/lib/ansible/vars/__init__.py +++ b/lib/ansible/vars/__init__.py @@ -279,7 +279,7 @@ class VariableManager: def _get_inventory_basename(self, path): ''' - Returns the bsaename minus the extension of the given path, so the + Returns the basename minus the extension of the given path, so the bare filename can be matched against host/group names later '''