diff --git a/pelican/contents.py b/pelican/contents.py index 5bde3c0a..d7d7e558 100644 --- a/pelican/contents.py +++ b/pelican/contents.py @@ -344,6 +344,6 @@ def is_valid_content(content, f): content.check_properties() return True except NameError as e: - logger.error("Skipping %s: impossible to find informations about" + logger.error("Skipping %s: impossible to find informations about " "'%s'" % (f, e)) return False