minor spelling fixes

This commit is contained in:
Carlos E. Garcia 2014-09-15 20:29:00 -04:00
commit f5775bcba0
9 changed files with 9 additions and 9 deletions

View file

@ -202,5 +202,5 @@ Try to limit them to ``--debug`` mode like the following::
try:
some_action()
except Exception as e:
logger.error('Exception occured: %s', e,
logger.error('Exception occurred: %s', e,
exc_info=settings.get('DEBUG', False))

View file

@ -67,7 +67,7 @@ Signal Arguments Description
================================= ============================ ===========================================================================
initialized pelican object
finalized pelican object invoked after all the generators are executed and just before pelican exits
usefull for custom post processing actions, such as:
useful for custom post processing actions, such as:
- minifying js/css assets.
- notify/ping search engines with an updated sitemap.
generator_init generator invoked in the Generator.__init__