Index: tools/prepare-bisect-perf-regression.py |
diff --git a/tools/prepare-bisect-perf-regression.py b/tools/prepare-bisect-perf-regression.py |
index 9ead957ac13bfc5db9d5d95b1c48940e9b697265..0029a793a852a6e611c8c6fe0dff5df3b819dbbe 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) |