summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--raven/contrib/tornado/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/raven/contrib/tornado/__init__.py b/raven/contrib/tornado/__init__.py
index 766b328..f4d6d5e 100644
--- a/raven/contrib/tornado/__init__.py
+++ b/raven/contrib/tornado/__init__.py
@@ -167,7 +167,7 @@ class SentryMixin(object):
Data for sentry.interfaces.User
Default implementation only sends `is_authenticated` by checking if
- `tornado.web.RequestHandler.get_current_user` tests postitively for on
+ `tornado.web.RequestHandler.get_current_user` tests positively for on
Truth calue testing
"""
try: