mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[1.7.x] Fix many many typos in comments throughout the codebase
Backport of 2bcb8bfc8d from master
			
			
This commit is contained in:
		| @@ -163,9 +163,9 @@ class FileUploadTests(TestCase): | ||||
|         response = self.client.request(**r) | ||||
|  | ||||
|         # The filenames should have been sanitized by the time it got to the view. | ||||
|         recieved = json.loads(response.content.decode('utf-8')) | ||||
|         received = json.loads(response.content.decode('utf-8')) | ||||
|         for i, name in enumerate(scary_file_names): | ||||
|             got = recieved["file%s" % i] | ||||
|             got = received["file%s" % i] | ||||
|             self.assertEqual(got, "hax0rd.txt") | ||||
|  | ||||
|     def test_filename_overflow(self): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user