mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed typos in code comments.
This commit is contained in:
parent
dccf41cff0
commit
039465a6a7
26 changed files with 28 additions and 28 deletions
|
@ -187,7 +187,7 @@ class FileUploadTests(TestCase):
|
|||
# trying such an attack.
|
||||
scary_file_names = [
|
||||
"/tmp/hax0rd.txt", # Absolute path, *nix-style.
|
||||
"C:\\Windows\\hax0rd.txt", # Absolute path, win-syle.
|
||||
"C:\\Windows\\hax0rd.txt", # Absolute path, win-style.
|
||||
"C:/Windows/hax0rd.txt", # Absolute path, broken-style.
|
||||
"\\tmp\\hax0rd.txt", # Absolute path, broken in a different way.
|
||||
"/tmp\\hax0rd.txt", # Absolute path, broken by mixing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue