[diffoscope] 01/01: Mach-O: Fix typo

Jérémy Bobbio lunar at moszumanska.debian.org
Mon Dec 21 19:04:23 CET 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository diffoscope.

commit 8f3ad96b14d64da838603e4630e74310939551d3
Author: Rainer Müller <raimue at macports.org>
Date:   Mon Dec 21 16:15:07 2015 +0100

    Mach-O: Fix typo
---
 diffoscope/comparators/macho.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/comparators/macho.py b/diffoscope/comparators/macho.py
index b883b9b..4fbc3fc 100644
--- a/diffoscope/comparators/macho.py
+++ b/diffoscope/comparators/macho.py
@@ -95,7 +95,7 @@ class MachoFile(File):
         # Compare common architectures for differences
         for common_arch in set(my_archs) & set(other_archs):
             differences.append(Difference.from_command(OtoolHeaders, self.path, other.path, command_args=[common_arch],
-                                                       comment="Mach-O headers for architecture %s" % comon_arch))
+                                                       comment="Mach-O headers for architecture %s" % common_arch))
             differences.append(Difference.from_command(OtoolLibraries, self.path, other.path, command_args=[common_arch],
                                                        comment="Mach-O load commands for architecture %s" % common_arch))
             differences.append(Difference.from_command(OtoolDisassemble, self.path, other.path, command_args=[common_arch],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list