Patch #845551 from Anthony Fok:
- two minor typos - changed copyright year in LICENSE (and it's 2004 now...) git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@464 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
parent
0cd79a5642
commit
6588c4e2df
@ -1,4 +1,4 @@
|
||||
Copyright 1999-2002
|
||||
Copyright 1999-2004
|
||||
by Just van Rossum, Letterror, The Netherlands.
|
||||
|
||||
All Rights Reserved
|
||||
|
@ -126,10 +126,10 @@ class Options:
|
||||
elif option == "-b":
|
||||
self.recalcBBoxes = 0
|
||||
if self.onlyTables and self.skipTables:
|
||||
print "-t and -x options are mutually exlusive"
|
||||
print "-t and -x options are mutually exclusive"
|
||||
sys.exit(2)
|
||||
if self.mergeFile and numFiles > 1:
|
||||
print "Must specify exactly one TTX source file when using -i"
|
||||
print "Must specify exactly one TTX source file when using -m"
|
||||
sys.exit(2)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user