From 06b1dedae55167cbfeeab338773979b015cafbfd Mon Sep 17 00:00:00 2001 From: David Fischer Date: Wed, 29 Aug 2012 17:09:47 -0700 Subject: [PATCH] Fixed comment typo --- django/contrib/staticfiles/management/commands/collectstatic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: