summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2008-07-26 03:31:22 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2008-07-26 03:31:22 +0000
commitb149e3d9e7fce426e0ee5db5e7f1988b9f2d147c (patch)
treebc067e2422f5ef139704e7e6b697bea211f3cc40
parent4ec2b8904bdaec4b757c7e6822fd170be87f5493 (diff)
Corrected typo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8082 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--tests/regressiontests/test_client_regress/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/test_client_regress/models.py b/tests/regressiontests/test_client_regress/models.py
index 1eb55e312e..47e34641fb 100644
--- a/tests/regressiontests/test_client_regress/models.py
+++ b/tests/regressiontests/test_client_regress/models.py
@@ -309,7 +309,7 @@ class ExceptionTests(TestCase):
except SuspiciousOperation:
self.fail("Staff should be able to visit this page")
-# We need two different tests to check URLconf subsitution - one to check
+# We need two different tests to check URLconf substitution - one to check
# it was changed, and another one (without self.urls) to check it was reverted on
# teardown. This pair of tests relies upon the alphabetical ordering of test execution.
class UrlconfSubstitutionTests(TestCase):