Skip to content

Commit

Permalink
Fixed spelling mistake in file docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Aug 26, 2014
1 parent 2b66878 commit a3e88e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/howto/custom-file-storage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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.6.6, 1.5.9, and 1.4.14.
2 changes: 1 addition & 1 deletion docs/ref/files/storage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,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.6.6, 1.5.9, and 1.4.14.
Expand Down

0 comments on commit a3e88e6

Please sign in to comment.