summaryrefslogtreecommitdiff
path: root/tests/oauth1/rfc5849
diff options
context:
space:
mode:
authorKirill Spitsin <tn@0x746e.org.ua>2014-04-15 13:17:11 +0300
committerKirill Spitsin <tn@0x746e.org.ua>2014-04-15 13:17:11 +0300
commite658be77687ec7bb0b5a230f16c8595893c822ae (patch)
tree8c56919b2753e3b272353a1842d3a69dc0d8cc9d /tests/oauth1/rfc5849
parent393d09ad41d350d2b5cc8c5072cc5cf191ce8638 (diff)
downloadoauthlib-e658be77687ec7bb0b5a230f16c8595893c822ae.tar.gz
Fixed a typo.
Diffstat (limited to 'tests/oauth1/rfc5849')
-rw-r--r--tests/oauth1/rfc5849/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oauth1/rfc5849/test_utils.py b/tests/oauth1/rfc5849/test_utils.py
index 41d1e2e..4e24889 100644
--- a/tests/oauth1/rfc5849/test_utils.py
+++ b/tests/oauth1/rfc5849/test_utils.py
@@ -51,7 +51,7 @@ class UtilsTests(TestCase):
def test_filter_params(self):
- # The following is an isolated test functon used to test the filter_params decorator.
+ # The following is an isolated test function used to test the filter_params decorator.
@filter_params
def special_test_function(params, realm=None):
""" I am a special test function """