[diffoscope] 05/07: fix typo in comment

Mattia Rizzolo mattia at debian.org
Sun Feb 26 17:38:01 CET 2017


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

mattia pushed a commit to branch master
in repository diffoscope.

commit 2eb436a979ec48edb5bcb8a29e20408394626e74
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Feb 18 17:59:22 2017 +0100

    fix typo in comment
    
    Gbp-Dch: Ignore
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 tests/comparators/utils/data.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/comparators/utils/data.py b/tests/comparators/utils/data.py
index b815235..fb6a1f5 100644
--- a/tests/comparators/utils/data.py
+++ b/tests/comparators/utils/data.py
@@ -55,7 +55,7 @@ def load_fixture(filename):
 
 
 def normalize_zeros(s):
-    # older xxd had one zero less.a  Make sure there are always 8.
+    # older xxd had one zero less.  Make sure there are always 8.
     def repl(x):
         return '{}{:08x}'.format(x.group('prefix'), int(x.group('offset'), 16))
     return re_normalize_zeros.sub(repl, s)

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


More information about the diffoscope mailing list