Fixed typo

This commit is contained in:
Andrew Murray 2015-05-28 21:04:10 +10:00
parent 29a3de6ccc
commit cfedc8093c

View File

@ -1384,7 +1384,7 @@ class OleFileIO(object):
# Load file allocation tables # Load file allocation tables
self.loadfat(header) self.loadfat(header)
# Load direcory. This sets both the direntries list (ordered by sid) # Load directory. This sets both the direntries list (ordered by sid)
# and the root (ordered by hierarchy) members. # and the root (ordered by hierarchy) members.
self.loaddirectory(self.sectDirStart)#i32(header, 48)) self.loaddirectory(self.sectDirStart)#i32(header, 48))
self.ministream = None self.ministream = None