1
0
mirror of https://github.com/django/django.git synced 2025-03-14 03:10:45 +00:00

[1.6.x] Fixed spelling mistake in file docs.

Backport of a3e88e64a4 from master
This commit is contained in:
Tim Graham 2014-08-26 09:44:24 -04:00
parent fa76275e8a
commit adb0c535a9
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ to the ``get_valid_name()`` method described above.
extension.
Previously, an underscore followed by a number (e.g. ``"_1"``, ``"_2"``,
etc.) was appended to the filename until an avaible name in the destination
etc.) was appended to the filename until an available name in the destination
directory was found. A malicious user could exploit this deterministic
algorithm to create a denial-of-service attack. This change was also made
in Django 1.5.9 and 1.4.14.

View File

@ -88,7 +88,7 @@ The Storage Class
extension.
Previously, an underscore followed by a number (e.g. ``"_1"``, ``"_2"``,
etc.) was appended to the filename until an avaible name in the
etc.) was appended to the filename until an available name in the
destination directory was found. A malicious user could exploit this
deterministic algorithm to create a denial-of-service attack. This
change was also made in Django 1.5.9 and 1.4.14.