diff --git a/pelican/contents.py b/pelican/contents.py index 38300914..5b19c341 100644 --- a/pelican/contents.py +++ b/pelican/contents.py @@ -310,6 +310,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 information about " "'%s'" % (f, e)) return False