Fix typos

From
4d2d8c9642
This commit is contained in:
Behdad Esfahbod 2013-11-29 17:12:43 -05:00
parent ea1d11be18
commit f918ab4cf6
3 changed files with 3 additions and 3 deletions

View File

@ -915,7 +915,7 @@ class T2OutlineExtractor(SimpleT2Decompiler):
raise NotImplementedError
#
# miscelaneous helpers
# miscellaneous helpers
#
def alternatingLineto(self, isHorizontal):
args = self.popall()

View File

@ -1,4 +1,4 @@
"""fontTools.misc.textTools.py -- miscelaneous routines."""
"""fontTools.misc.textTools.py -- miscellaneous routines."""
from __future__ import print_function, division

View File

@ -28,7 +28,7 @@ class table_T_S_I__0(DefaultTable.DefaultTable):
def compile(self, ttFont):
if not hasattr(self, "indices"):
# We have no corresponging table (TSI1 or TSI3); let's return
# We have no corresponding table (TSI1 or TSI3); let's return
# no data, which effectively means "ignore us".
return ""
data = b""