summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-08-26 09:44:24 -0400
committerTim Graham <timograham@gmail.com>2014-08-26 09:44:24 -0400
commita3e88e64a478ec7e43fd381b6ff2a76c28a7d38f (patch)
tree8cdf7f320f59df9ef228225b00b051b4957971e8 /docs
parent2b66878a47f83bb543ee98e6a49f1f06327adf18 (diff)
Fixed spelling mistake in file docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/custom-file-storage.txt2
-rw-r--r--docs/ref/files/storage.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/custom-file-storage.txt b/docs/howto/custom-file-storage.txt
index afa1c9a908..56aa479a22 100644
--- a/docs/howto/custom-file-storage.txt
+++ b/docs/howto/custom-file-storage.txt
@@ -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.
diff --git a/docs/ref/files/storage.txt b/docs/ref/files/storage.txt
index 3200ec3914..f2578e7f63 100644
--- a/docs/ref/files/storage.txt
+++ b/docs/ref/files/storage.txt
@@ -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.