[diffoscope] 06/07: comparators.elf: Correct spelling of "Entries".
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 6031d7cb7b58875036513d6bb7b29a13425c4fc1
Author: klemens <ka7 at github.com>
Date: Sat Feb 25 14:30:39 2017 +0100
comparators.elf: Correct spelling of "Entries".
Signed-off-by: Chris Lamb <lamby at debian.org>
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
Gbp-Dch: Ignore
---
diffoscope/comparators/elf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diffoscope/comparators/elf.py b/diffoscope/comparators/elf.py
index 482a3a1..17b0f26 100644
--- a/diffoscope/comparators/elf.py
+++ b/diffoscope/comparators/elf.py
@@ -398,7 +398,7 @@ class ElfContainer(Container):
output = output[2:]
output = output[5:]
- # Entires of readelf --section-headers have the following columns:
+ # Entries of readelf --section-headers have the following columns:
# [Nr] Name Type Address Off Size ES Flg Lk Inf Al
self._sections = collections.OrderedDict()
for line in output:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list