Minor English grammar correction

This commit is contained in:
Justin Mayer 2013-04-07 14:43:07 -07:00
commit d0489758ad

View file

@ -310,6 +310,6 @@ def is_valid_content(content, f):
content.check_properties() content.check_properties()
return True return True
except NameError as e: except NameError as e:
logger.error("Skipping %s: impossible to find informations about " logger.error("Skipping %s: impossible to find information about "
"'%s'" % (f, e)) "'%s'" % (f, e))
return False return False