Skip to content

Commit

Permalink
Corrected typo.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8082 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
gdub committed Jul 26, 2008
1 parent 4ec2b89 commit b149e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regressiontests/test_client_regress/models.py
Expand Up @@ -309,7 +309,7 @@ def test_exception_cleared(self):
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):
Expand Down

0 comments on commit b149e3d

Please sign in to comment.