From d0489758ade73fb92a6a3042770e0960aaf03c02 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 7 Apr 2013 14:43:07 -0700 Subject: [PATCH] Minor English grammar correction --- pelican/contents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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