fix typo in salt.modules.yumpkg

This commit is contained in:
Arount 2017-07-01 01:11:18 +02:00 committed by Loren Gordon
parent 38add0e4a2
commit 3b2cb81a72

View file

@ -2533,7 +2533,7 @@ def _parse_repo_file(filename):
parsed.read(filename)
except configparser.MissingSectionHeaderError as err:
log.error(
'Failed to parser file {0}, error: {1}'.format(filename, err.message)
'Failed to parse file {0}, error: {1}'.format(filename, err.message)
)
return ('', {})