Source: python-debian
Version: 0.1.20
Severity: minor
Tags: patch

Please see the attached patch.

--
Jakub Wilk
diff --git a/lib/debian/arfile.py b/lib/debian/arfile.py
--- a/lib/debian/arfile.py
+++ b/lib/debian/arfile.py
@@ -100,12 +100,12 @@
     def extractall():
         """ Not (yet) implemented. """
 
-        raise NotImpelementedError  # TODO
+        raise NotImplementedError  # TODO
 
     def extract(self, member, path):
         """ Not (yet) implemented. """
 
-        raise NotImpelementedError  # TODO
+        raise NotImplementedError  # TODO
 
     def extractfile(self, member):
         """ Return a file object corresponding to the requested member. A member

Reply via email to