Merge pull request #1466 from cgar/spelling

Minor spelling fixes
This commit is contained in:
Justin Mayer 2014-11-02 12:20:30 -08:00
commit de8b437549
8 changed files with 8 additions and 8 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))