diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-08-30 13:06:16 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-08-30 13:06:16 -0700 |
commit | 71bc3a4b9f9aa811afe1087b620a9b5efee613ce (patch) | |
tree | 979dca9038aa2af045cf9460b74397bc1ae5611e /contrib | |
parent | 1b63ea872e86a4ae55c77c003357be5672438e60 (diff) |
fix the typo fix in linearize.py
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/misc/linearize.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/misc/linearize.py b/contrib/misc/linearize.py index f9d0b457e0..2d8509f83c 100755 --- a/contrib/misc/linearize.py +++ b/contrib/misc/linearize.py @@ -89,7 +89,7 @@ def get_blocks(settings): if __name__ == '__main__': if len(sys.argv) != 2: - print "Usage: lineraize.py CONFIG-FILE" + print "Usage: linearize.py CONFIG-FILE" sys.exit(1) f = open(sys.argv[1]) |