Fix typo in comment
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 16 Jun 2014 08:57:32 +0000 (10:57 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 16 Jun 2014 08:57:32 +0000 (10:57 +0200)
deltatar/deltatar.py

index fc7d518..4315366 100644 (file)
@@ -1267,7 +1267,7 @@ class DeltaTar(object):
         dir_it = self._recursive_walk_dir('.')
         dir_path_it = self.jsonize_path_iterator(dir_it)
 
-        # for each file to be in the backup, do:
+        # for each file to be restored, do:
         for ipath, dpath, l_no in self.collate_iterators(index_it, dir_path_it):
             if not ipath:
                 upath = dpath['path']