projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d562bc
)
DIE.__repr__ typo: s/chidren/children/ (#161)
author
alon
<alon@pobox.com>
Tue, 21 Nov 2017 04:54:13 +0000
(06:54 +0200)
committer
Eli Bendersky
<eliben@users.noreply.github.com>
Tue, 21 Nov 2017 04:54:13 +0000
(20:54 -0800)
elftools/dwarf/die.py
patch
|
blob
|
history
diff --git
a/elftools/dwarf/die.py
b/elftools/dwarf/die.py
index d81ab2aca9ab9bb23a10f31eaa096a249f7bec0b..184ff8cced2e73230777e1bc0cad903c9ec44d21 100755
(executable)
--- a/
elftools/dwarf/die.py
+++ b/
elftools/dwarf/die.py
@@
-143,7
+143,7
@@
class DIE(object):
#------ PRIVATE ------#
def __repr__(self):
- s = 'DIE %s, size=%s, has_chidren=%s\n' % (
+ s = 'DIE %s, size=%s, has_chi
l
dren=%s\n' % (
self.tag, self.size, self.has_children)
for attrname, attrval in iteritems(self.attributes):
s += ' |%-18s: %s\n' % (attrname, attrval)