diff --git a/LICENSE.txt b/LICENSE.txt index c178912dc..2c90134af 100755 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright 1999-2002 +Copyright 1999-2004 by Just van Rossum, Letterror, The Netherlands. All Rights Reserved diff --git a/Lib/fontTools/ttx.py b/Lib/fontTools/ttx.py index 9b16d7aa4..3ad5c1c90 100644 --- a/Lib/fontTools/ttx.py +++ b/Lib/fontTools/ttx.py @@ -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)