diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-03 00:58:08 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-03 00:58:08 +0000 |
commit | 4fa63dc75c5d326148bc182d87e452453b72f6e7 (patch) | |
tree | ab15550e8df2e017dc41fa8997356696a4320f2f /tools/bisect-builds.py | |
parent | 988bb1aa294f12b15466dc2c43460ab5ae0bd890 (diff) | |
download | chromium_src-4fa63dc75c5d326148bc182d87e452453b72f6e7.zip chromium_src-4fa63dc75c5d326148bc182d87e452453b72f6e7.tar.gz chromium_src-4fa63dc75c5d326148bc182d87e452453b72f6e7.tar.bz2 |
Fix the "unzipping" typo that's been driving me crazy.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6349061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73565 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/bisect-builds.py')
-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. |