| Index: appengine/findit/waterfall/monitor_try_job_pipeline.py
|
| diff --git a/appengine/findit/waterfall/monitor_try_job_pipeline.py b/appengine/findit/waterfall/monitor_try_job_pipeline.py
|
| index 2d21013d0086e5947ddcc17da8eb7c03aa2c4e85..ae296e795849b617ee3969b34c093145d1ae1e4f 100644
|
| --- a/appengine/findit/waterfall/monitor_try_job_pipeline.py
|
| +++ b/appengine/findit/waterfall/monitor_try_job_pipeline.py
|
| @@ -158,7 +158,7 @@ class MonitorTryJobPipeline(BasePipeline):
|
| def _UpdateTryJobResult(
|
| self, status, master_name, builder_name, build_number, try_job_type,
|
| try_job_id, try_job_url, result_content=None):
|
| - """Updates try job result based on responsed try job status and result."""
|
| + """Updates try job result based on response try job status and result."""
|
| result = {
|
| 'report': result_content,
|
| 'url': try_job_url,
|
|
|