spelling mistake in misc/rmglyph.py

This commit is contained in:
Rasmus Andersson 2018-01-10 09:17:16 -08:00
parent 8c6d8d27b5
commit be09786c7b

View file

@ -537,7 +537,7 @@ def main(argv=None):
'- $EDITOR %s/features.fea\n' % '/features.fea\n- $EDITOR '.join(fontPaths)) '- $EDITOR %s/features.fea\n' % '/features.fea\n- $EDITOR '.join(fontPaths))
print(('You need to re-generate %s via\n'+ print(('You need to re-generate %s via\n'+
'`make src/glyphorder.txt` (or misc/misc/gen-glyphorder.py)' '`make src/glyphorder.txt` (or misc/gen-glyphorder.py)'
) % glyphOrderFile) ) % glyphOrderFile)
print('\nFinally, you should build the Medium weight and make sure it all '+ print('\nFinally, you should build the Medium weight and make sure it all '+