From 2bcb8bfc8de5cd57ebb64b326cd7609aa0d8c1c7 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 26 Apr 2014 10:18:45 -0700 Subject: Fix many many typos in comments throughout the codebase --- tests/admin_checks/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/admin_checks') diff --git a/tests/admin_checks/tests.py b/tests/admin_checks/tests.py index 5008555556..81f14afedd 100644 --- a/tests/admin_checks/tests.py +++ b/tests/admin_checks/tests.py @@ -409,7 +409,7 @@ class SystemChecksTestCase(TestCase): def test_nonexistant_field(self): class SongAdmin(admin.ModelAdmin): - readonly_fields = ("title", "nonexistant") + readonly_fields = ("title", "nonexistent") errors = SongAdmin.check(model=Song) expected = [ -- cgit v1.3