Index: tools/auto_bisect/bisect_results.py |
diff --git a/tools/auto_bisect/bisect_results.py b/tools/auto_bisect/bisect_results.py |
index fc6e3f544817eb5bc5f4c15ef271683a4e56377d..07b7806809dced723375392e01a91447040d5540 100644 |
--- a/tools/auto_bisect/bisect_results.py |
+++ b/tools/auto_bisect/bisect_results.py |
@@ -29,7 +29,7 @@ class BisectResults(object): |
culprit_revisions: A list of revisions, which contain the bad change |
introducing the failure. |
other_regressions: A list of tuples representing other regressions, which |
- may have occured. |
+ may have occurred. |
regression_size: For performance bisects, this is a relative change of |
the mean metric value. For other bisects this field always contains |
'zero-to-nonzero'. |