fixed spelling consistency bug. Note to self: report as bug in OT doco.

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@298 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
jvr 2002-08-30 17:52:28 +00:00
parent 05a16f2310
commit e97a27bf18

View File

@ -504,7 +504,7 @@ otData = [
]),
('SubClassSet', [
('uint16', 'SubClassRuleCnt', None, None, 'Number of SubClassRule tables'),
('uint16', 'SubClassRuleCount', None, None, 'Number of SubClassRule tables'),
('Offset', 'SubClassRule', 'SubClassRuleCount', 0, 'Array of offsets to SubClassRule tables-from beginning of SubClassSet-ordered by preference'),
]),