spelling mistake in misc/rmglyph.py
This commit is contained in:
parent
8c6d8d27b5
commit
be09786c7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 '+
|
||||||
|
|
|
||||||
Reference in a new issue