From: Thomas Jarosch Date: Mon, 24 Jun 2013 07:52:50 +0000 (+0200) Subject: Fix cosmetic typo in comment X-Git-Tag: v2.2~182 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=3074dc4f7d2b515447535ab13093211f4d469af7;p=python-delta-tar Fix cosmetic typo in comment --- diff --git a/testing/test_multivol.py b/testing/test_multivol.py index 00010a8..aaade04 100644 --- a/testing/test_multivol.py +++ b/testing/test_multivol.py @@ -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)