fix typos

This commit is contained in:
Thomas Waldmann 2013-05-25 22:01:14 +02:00
parent f9e9e77464
commit 13cc69911c
5 changed files with 10 additions and 10 deletions

View file

@ -286,7 +286,7 @@ class RequestContext(object):
def push(self):
"""Binds the request context to the current context."""
# If an exception ocurrs in debug mode or if context preservation is
# If an exception occurs in debug mode or if context preservation is
# activated under exception situations exactly one context stays
# on the stack. The rationale is that you want to access that
# information under debug situations. However if someone forgets to