Commit d05eee01 authored by Florian Apolloner's avatar Florian Apolloner
Browse files

Merge pull request #313 from davidfischer/master

Fix comment typo
parents 17d57275 06b1deda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: