From f918ab4cf65c8000a639bc834bc0f362dd997358 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 29 Nov 2013 17:12:43 -0500 Subject: [PATCH] Fix typos From https://bitbucket.org/Milla/fonttools/commits/4d2d8c9642d68443e1f09d6b66ea7180a5e60cfb --- Lib/fontTools/misc/psCharStrings.py | 2 +- Lib/fontTools/misc/textTools.py | 2 +- Lib/fontTools/ttLib/tables/T_S_I__0.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Lib/fontTools/misc/psCharStrings.py b/Lib/fontTools/misc/psCharStrings.py index 34ace2390..6b5bc6fdb 100644 --- a/Lib/fontTools/misc/psCharStrings.py +++ b/Lib/fontTools/misc/psCharStrings.py @@ -915,7 +915,7 @@ class T2OutlineExtractor(SimpleT2Decompiler): raise NotImplementedError # - # miscelaneous helpers + # miscellaneous helpers # def alternatingLineto(self, isHorizontal): args = self.popall() diff --git a/Lib/fontTools/misc/textTools.py b/Lib/fontTools/misc/textTools.py index f4fe07c5c..be0c9fc20 100644 --- a/Lib/fontTools/misc/textTools.py +++ b/Lib/fontTools/misc/textTools.py @@ -1,4 +1,4 @@ -"""fontTools.misc.textTools.py -- miscelaneous routines.""" +"""fontTools.misc.textTools.py -- miscellaneous routines.""" from __future__ import print_function, division diff --git a/Lib/fontTools/ttLib/tables/T_S_I__0.py b/Lib/fontTools/ttLib/tables/T_S_I__0.py index 44214f70a..174b19260 100644 --- a/Lib/fontTools/ttLib/tables/T_S_I__0.py +++ b/Lib/fontTools/ttLib/tables/T_S_I__0.py @@ -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""