From 3782c3bcf04092b7a6a9e14df909cbdfe43bc988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serdar=20Dalg=C4=B1=C3=A7?= Date: Tue, 6 Jul 2010 08:08:47 +0000 Subject: [PATCH] typo: fix typo in pisi/pisi/cli/blame.py --- pisi/archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/archive.py b/pisi/archive.py index 4958a595..83eaabc8 100644 --- a/pisi/archive.py +++ b/pisi/archive.py @@ -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)