[cffLib.specializer] Fix typo

This commit is contained in:
Behdad Esfahbod 2017-05-06 01:25:57 -06:00
parent 2d02c54d1a
commit b81250b10d

View File

@ -250,7 +250,7 @@ def specializeCommands(commands,
# 1. Combine successive rmoveto operations.
#
# 2. Specialize rmoveto/rlineto/rrcurveto operators into horizontal/vertical variants.
# We specialize into some, made-up, varianats as well, which simplifies following
# We specialize into some, made-up, variants as well, which simplifies following
# passes.
#
# 3. Merge or delete redundant operations, if changing topology is allowed.