diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/bisect-builds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bisect-builds.py b/tools/bisect-builds.py index f214529..5465f8d 100755 --- a/tools/bisect-builds.py +++ b/tools/bisect-builds.py @@ -158,7 +158,7 @@ def TryRevision(rev, profile, args): sys.exit(-1) # Unzip the file. - print 'Unziping ...' + print 'Unzipping ...' UnzipFilenameToDir(BUILD_ZIP_NAME, os.curdir) # Tell the system to open the app. |