From 6393df3bfea06d2a9aabd83e5ac0caf955ea0781 Mon Sep 17 00:00:00 2001 From: tBunnyMan Date: Sat, 14 Jul 2012 18:08:11 -0700 Subject: [PATCH] Fix Spelling --- docs/faq.rst | 4 ++-- pelican/generators.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 1241c5ab..f754986e 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -71,8 +71,8 @@ word None should not be surrounded by quotes. I'm getting a warning about Feeds generated without SITEURL being set properly ============================================================================== -RSS and arom3 feeds require all URLs and links in them to be absolute. In order -to properly generate all URLs properly in perlican you will need to set +RSS and atom3 feeds require all URLs and links in them to be absolute. In order +to properly generate all URLs properly in pelican you will need to set ``SITEURL`` to the full path of your blog. By default, when using the ``make html`` to test build your site ``SITEURL`` is disabled so you should receive this warning. diff --git a/pelican/generators.py b/pelican/generators.py index dba3b1d8..081c9ead 100644 --- a/pelican/generators.py +++ b/pelican/generators.py @@ -128,7 +128,7 @@ class ArticlesGenerator(Generator): return elif self.settings.get('SITEURL') is '': logger.warning( - 'Feeds generated without SITEURL set properly may not be vaild' + 'Feeds generated without SITEURL set properly may not be valid' ) if self.settings.get('FEED'):