Fix cosmetic typo in comment
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 24 Jun 2013 07:52:50 +0000 (09:52 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 24 Jun 2013 07:52:50 +0000 (09:52 +0200)
testing/test_multivol.py

index 00010a8..aaade04 100644 (file)
@@ -206,7 +206,7 @@ class MultivolTest(unittest.TestCase):
 
     def test_volume_extract2(self):
         '''
-        Create a volume with gnu tar command and extract it with our tarfiel lib
+        Create a volume with gnu tar command and extract it with our tarfile lib
         '''
         # create the content of the file to compress and hash it
         hash = self.create_file("big", 5*1024*1024)