summaryrefslogtreecommitdiff
path: root/tests/cache
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2014-03-02 15:25:53 +0100
committerTim Graham <timograham@gmail.com>2014-03-03 07:38:09 -0500
commit0d912258921a442c48d5787228db2db5af7e8fa5 (patch)
treef6826425de5bca2498c46e5242b870282a34eda2 /tests/cache
parent6acaa5238668593d6d854b28dbfa65e95796585c (diff)
downloaddjango-0d912258921a442c48d5787228db2db5af7e8fa5.tar.gz
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
Diffstat (limited to 'tests/cache')
-rw-r--r--tests/cache/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cache/tests.py b/tests/cache/tests.py
index f5d213e759..8c7fbc6d45 100644
--- a/tests/cache/tests.py
+++ b/tests/cache/tests.py
@@ -1292,7 +1292,7 @@ class CacheUtils(TestCase):
def test_cache_key_varies_by_url(self):
"""
- get_cache_key keys differ by fully-qualfied URL instead of path
+ get_cache_key keys differ by fully-qualified URL instead of path
"""
request1 = self.factory.get(self.path, HTTP_HOST='sub-1.example.com')
learn_cache_key(request1, HttpResponse())