From cfedc8093c19b9b09c82b7b21c4396cbe442a8d4 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 28 May 2015 21:04:10 +1000 Subject: [PATCH] Fixed typo --- PIL/OleFileIO.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/OleFileIO.py b/PIL/OleFileIO.py index f51ac4bc0..f4cbc8fc6 100755 --- a/PIL/OleFileIO.py +++ b/PIL/OleFileIO.py @@ -1384,7 +1384,7 @@ class OleFileIO(object): # Load file allocation tables 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. self.loaddirectory(self.sectDirStart)#i32(header, 48)) self.ministream = None