summaryrefslogtreecommitdiffstats
path: root/tools/prepare-bisect-perf-regression.py
diff options
context:
space:
mode:
authorqyearsley <qyearsley@chromium.org>2014-08-23 14:19:14 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-23 21:20:46 +0000
commit8b8d567a9cc859db16a93330b9ac42e0439490c0 (patch)
tree2c368acbb490db63e8a95fea06a46a800e6096c4 /tools/prepare-bisect-perf-regression.py
parent0d93885678215de0d9104ed1fc7ef9b5a743c563 (diff)
downloadchromium_src-8b8d567a9cc859db16a93330b9ac42e0439490c0.zip
chromium_src-8b8d567a9cc859db16a93330b9ac42e0439490c0.tar.gz
chromium_src-8b8d567a9cc859db16a93330b9ac42e0439490c0.tar.bz2
Quick spelling clean-up in the auto-bisect code.
Note: I prefer "try server" and "try bot" more than "tryserver" and "trybot" because that's what's used in the official documentation: http://dev.chromium.org/developers/testing/try-server-usage BUG= Review URL: https://codereview.chromium.org/468633005 Cr-Commit-Position: refs/heads/master@{#291579}
Diffstat (limited to 'tools/prepare-bisect-perf-regression.py')
-rwxr-xr-xtools/prepare-bisect-perf-regression.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/prepare-bisect-perf-regression.py b/tools/prepare-bisect-perf-regression.py
index 9ead957..0029a79 100755
--- a/tools/prepare-bisect-perf-regression.py
+++ b/tools/prepare-bisect-perf-regression.py
@@ -5,7 +5,7 @@
"""Prepare Performance Test Bisect Tool
-This script is used by a trybot to create a working directory and sync an
+This script is used by a try bot to create a working directory and sync an
initial copy of the depot for use in bisecting performance regressions.
An example usage:
@@ -27,7 +27,7 @@ def main():
"""Does an initial checkout of Chromium then exits."""
usage = ('%prog [options] [-- chromium-options]\n'
- 'Prepares a temporary depot for use on a trybot.')
+ 'Prepares a temporary depot for use on a try bot.')
parser = optparse.OptionParser(usage=usage)