summaryrefslogtreecommitdiff
path: root/tests/middleware
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-10-22 14:46:42 -0400
committerTim Graham <timograham@gmail.com>2015-10-22 14:46:42 -0400
commit37ea3cb03e80de80380009a7a7939bc48d75abe9 (patch)
treeb688212a1d73ded31286d787cb4ca4d7e069c3a5 /tests/middleware
parentc08f85fd547a3030cca7ac227e3378d70033e517 (diff)
Fixed "URLconf" spelling in code comments.
Diffstat (limited to 'tests/middleware')
-rw-r--r--tests/middleware/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/middleware/tests.py b/tests/middleware/tests.py
index 6e1bbaf772..328073b8ac 100644
--- a/tests/middleware/tests.py
+++ b/tests/middleware/tests.py
@@ -151,7 +151,7 @@ class CommonMiddlewareTest(SimpleTestCase):
self.assertEqual(r.url,
'http://www.testserver/slash/')
- # The following tests examine expected behavior given a custom urlconf that
+ # The following tests examine expected behavior given a custom URLconf that
# overrides the default one through the request object.
@override_settings(APPEND_SLASH=True)