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 b7e0acb..766b328 100644
--- a/raven/contrib/tornado/__init__.py
+++ b/raven/contrib/tornado/__init__.py
@@ -81,7 +81,7 @@ class AsyncSentryClient(Client):
def _send_remote(self, url, data, headers=None, callback=None):
"""
- Initialise a Tornado AsyncClient and send the reuqest to the sentry
+ Initialise a Tornado AsyncClient and send the request to the sentry
server. If the callback is a callable, it will be called with the
response.
"""