---
apt/debfile.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apt/debfile.py b/apt/debfile.py
index 456bffa..93ebf96 100644
--- a/apt/debfile.py
+++ b/apt/debfile.py
@@ -92,7 +92,7 @@ class DebPackage(object):
@property
def control_filelist(self):
- """ return the list of files in control.tar.gt """
+ """ return the list of files in control.tar.gz """
control = []
try:
self._debfile.control.go(
--
2.6.1