[diffoscope] 01/01: comparators.elf: Correct spelling of "Entries".
Chris Lamb
chris at chris-lamb.co.uk
Sun Feb 26 01:20:15 CET 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch experimental
in repository diffoscope.
commit 0620df48d32f0907c45d98124a2aacd468ba66d7
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>
---
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