[diffoscope] 01/01: fix typo in comment
Mattia Rizzolo
mattia at debian.org
Sat Feb 18 17:59:30 CET 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch experimental
in repository diffoscope.
commit e4352c95c7992f59fc2e9cbe38a5a30ab245579c
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sat Feb 18 17:59:22 2017 +0100
fix typo in comment
Gbp-Dch: Ignore
---
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