Skip to content

Commit 51305de

Browse files
Merge pull request #34 from RudiAusBuddeln/master
Fix typo
2 parents cc06199 + fa3a9f7 commit 51305de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mobi_header.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def dump_exth(self):
663663
return
664664
num_items, = struct.unpack(b'>L', self.exth[8:12])
665665
pos = 12
666-
print("Key Size Decription Value")
666+
print("Key Size Description Value")
667667
for _ in range(num_items):
668668
id, size = struct.unpack(b'>LL', self.exth[pos:pos+8])
669669
contentsize = size-8

0 commit comments

Comments
 (0)