summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Fischer <djfische@gmail.com>2012-08-29 17:09:47 -0700
committerDavid Fischer <djfische@gmail.com>2012-08-29 17:09:47 -0700
commit06b1dedae55167cbfeeab338773979b015cafbfd (patch)
treecfbb9af9f9417350d9b41908da2c75a24df1c1e3
parent723c9a8c6db60108f584972498fa6bbd3b408444 (diff)
Fixed 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: