From 3074dc4f7d2b515447535ab13093211f4d469af7 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Mon, 24 Jun 2013 09:52:50 +0200 Subject: [PATCH] Fix cosmetic typo in comment --- testing/test_multivol.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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) -- 1.7.1