diff options
| author | Johnathan Corgan <[email protected]> | 2013-08-30 13:06:16 -0700 |
|---|---|---|
| committer | Johnathan Corgan <[email protected]> | 2013-08-30 13:06:16 -0700 |
| commit | 71bc3a4b9f9aa811afe1087b620a9b5efee613ce (patch) | |
| tree | 979dca9038aa2af045cf9460b74397bc1ae5611e | |
| parent | Merge pull request #2957 from Rav3nPL/patch-1 (diff) | |
| download | discoin-71bc3a4b9f9aa811afe1087b620a9b5efee613ce.tar.xz discoin-71bc3a4b9f9aa811afe1087b620a9b5efee613ce.zip | |
fix the typo fix in linearize.py
| -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 f9d0b457e..2d8509f83 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]) |