summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Apolloner <apollo13@apolloner.eu>2012-08-31 03:03:43 -0700
committerFlorian Apolloner <apollo13@apolloner.eu>2012-08-31 03:03:43 -0700
commitd05eee0119b4ecc416db270e821ebb56c92c2614 (patch)
tree988e11f42737f332049399baa642cdaa3cb25c7c
parent17d57275f991f001fbdbf4a85159244096f43499 (diff)
parent06b1dedae55167cbfeeab338773979b015cafbfd (diff)
Merge pull request #313 from davidfischer/master
Fix comment typo
-rw-r--r--django/contrib/staticfiles/management/commands/collectstatic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/staticfiles/management/commands/collectstatic.py b/django/contrib/staticfiles/management/commands/collectstatic.py
index 7dac0ffb4c..0e16e9d649 100644
--- a/django/contrib/staticfiles/management/commands/collectstatic.py
+++ b/django/contrib/staticfiles/management/commands/collectstatic.py
@@ -192,7 +192,7 @@ Type 'yes' to continue, or 'no' to cancel: """
def clear_dir(self, path):
"""
- Deletes the given relative path using the destinatin storage backend.
+ Deletes the given relative path using the destination storage backend.
"""
dirs, files = self.storage.listdir(path)
for f in files: