8000 [1.5.x] Fixed spelling mistake in file docs. · ddriddle/django@5d647e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d647e5

Browse files
committed
[1.5.x] Fixed spelling mistake in file docs.
Backport of a3e88e6 from master
1 parent 4fa3c04 commit 5d647e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/howto/custom-file-storage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ to the ``get_valid_name()`` method described above.
9090
extension.
9191

9292
Previously, an underscore followed by a number (e.g. ``"_1"``, ``"_2"``,
93-
etc.) was appended to the filename until an avaible name in the destination
93+
etc.) was appended to the filename until an available name in the destination
9494
directory was found. A malicious user could exploit this deterministic
9595
algorithm to create a denial-of-service attack. This change was also made
9696
in Django 1.4.14.

docs/ref/files/storage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The Storage Class
8888
extension.
8989

9090
Previously, an underscore followed by a number (e.g. ``"_1"``, ``"_2"``,
91-
etc.) was appended to the filename until an avaible name in the
91+
etc.) was appended to the filename until an available name in the
9292
destination directory was found. A malicious user could exploit this
9393
deterministic algorithm to create a denial-of-service attack. This
9494
change was also made in Django 1.4.14.

0 commit comments

Comments
 (0)
0