Merge pull request #313 from davidfischer/master

Fix comment typo
This commit is contained in:
Florian Apolloner 2012-08-31 03:03:43 -07:00
commit d05eee0119
1 changed files with 1 additions and 1 deletions

View File

@ -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: