typo: fix typo in pisi/pisi/cli/blame.py

This commit is contained in:
Serdar Dalgıç
2010-07-06 08:08:47 +00:00
parent 09430ceedb
commit 3782c3bcf0
+1 -1
View File
@@ -149,7 +149,7 @@ class ArchiveBase(object):
class ArchiveBinary(ArchiveBase):
"""ArchiveBinary handles binary archive files (usually distrubuted as
"""ArchiveBinary handles binary archive files (usually distributed as
.bin files)"""
def __init__(self, file_path, arch_type="binary"):
super(ArchiveBinary, self).__init__(file_path, arch_type)