summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@linux.intel.com>2016-01-25 20:23:39 +0200
committerMartin Peres <martin.peres@linux.intel.com>2016-01-27 19:35:18 +0200
commit561e01819b8b137b98fd618d8535fd5e3ea90dc2 (patch)
tree92c6e2da8116b3446f55cb01aa68d3c7dcdb065f
parent7440dbafe686c516ed18d86b13f855675020df63 (diff)
report: reword the text version of EventBuildFixed
-rw-r--r--utils/ezbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ezbench.py b/utils/ezbench.py
index cd345cb..3afb6e3 100644
--- a/utils/ezbench.py
+++ b/utils/ezbench.py
@@ -909,7 +909,7 @@ class EventBuildFixed:
if (not self.broken_commit_range.is_single_commit() or
not self.fixed_commit_range.is_single_commit()):
parenthesis = "at least "
- parenthesis += "for "
+ parenthesis += "after "
time = self.broken_for_time()
if time is not None and time != "":