Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: tools/auto_bisect/bisect_utils.py

Issue 468633005: Quick spelling clean-up in the auto-bisect code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/auto_bisect/math_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/auto_bisect/bisect_utils.py
diff --git a/tools/auto_bisect/bisect_utils.py b/tools/auto_bisect/bisect_utils.py
index 5e80d51d83d76b30d83bbfb5a34afb330489026a..226df7b2ff8e39f545b0af9b9ebedbc19abfdda5 100644
--- a/tools/auto_bisect/bisect_utils.py
+++ b/tools/auto_bisect/bisect_utils.py
@@ -85,7 +85,7 @@ REPO_PARAMS = [
def OutputAnnotationStepStart(name):
- """Outputs annotation to signal the start of a step to a trybot.
+ """Outputs annotation to signal the start of a step to a try bot.
Args:
name: The name of the step.
@@ -99,7 +99,7 @@ def OutputAnnotationStepStart(name):
def OutputAnnotationStepClosed():
- """Outputs annotation to signal the closing of a step to a trybot."""
+ """Outputs annotation to signal the closing of a step to a try bot."""
print
print '@@@STEP_CLOSED@@@'
print
@@ -111,7 +111,7 @@ def OutputAnnotationStepLink(label, url):
Args:
label: The name to print.
- url: The url to print.
+ url: The URL to print.
"""
print
print '@@@STEP_LINK@%s@%s@@@' % (label, url)
@@ -172,10 +172,10 @@ def _CreateAndChangeToSourceDirectory(working_directory):
def _SubprocessCall(cmd, cwd=None):
- """Runs a subprocess with specified parameters.
+ """Runs a command in a subprocess.
Args:
- params: A list of parameters to pass to gclient.
+ cmd: The command to run.
cwd: Working directory to run from.
Returns:
« no previous file with comments | « no previous file | tools/auto_bisect/math_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698