Fix a typo in a comment

This commit is contained in:
Greg Neagle
2019-05-26 17:12:17 -07:00
parent d3fa3680b3
commit f0e00aefba

View File

@@ -297,5 +297,5 @@ def makecatalogs(repo, options, output_fn=None):
errors.append(
u'Failed to create %s: %s' % (icon_hashes_plist, unicode(err)))
# Return and errors
# Return any errors
return errors