summaryrefslogtreecommitdiff
path: root/tests/test_utils
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-12-24 07:10:34 -0500
committerTim Graham <timograham@gmail.com>2014-12-24 07:10:34 -0500
commitc5c235cd4fcf4f4c3cbef992b1f92c5930bb4223 (patch)
treedd3a11c4194884d199e93bece27b951c74a3f2de /tests/test_utils
parentb3ebcb22a9d131d61241c0a15b7df32479367c91 (diff)
Fixed typo in test_utils comment.
Diffstat (limited to 'tests/test_utils')
-rw-r--r--tests/test_utils/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils/tests.py b/tests/test_utils/tests.py
index 3889ebf9ee..f515de5950 100644
--- a/tests/test_utils/tests.py
+++ b/tests/test_utils/tests.py
@@ -775,7 +775,7 @@ class SecondUrls:
class OverrideSettingsTests(TestCase):
- # #21518 -- If neither override_settings nor a settings_changed receiver
+ # #21518 -- If neither override_settings nor a setting_changed receiver
# clears the URL cache between tests, then one of test_first or
# test_second will fail.