Typo in comment: "bsaename" → "basename"

This commit is contained in:
napkindrawing 2015-09-09 11:55:40 -04:00
parent 926f127245
commit 172bbac97a

View file

@ -279,7 +279,7 @@ class VariableManager:
def _get_inventory_basename(self, path): 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 bare filename can be matched against host/group names later
''' '''