aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-04-13 14:37:35 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2015-04-13 14:37:35 +0200
commit82077b5c0e601d1382a478c039d7aac337a9f69f (patch)
tree8c6931af607832f0d503b6ea4c0899af5e13098b
parentc7756528b22e38d52499650bb596427c5689e535 (diff)
Fix typo in doc string.
-rw-r--r--app/utils/report/boot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/utils/report/boot.py b/app/utils/report/boot.py
index e300ba4..1d10389 100644
--- a/app/utils/report/boot.py
+++ b/app/utils/report/boot.py
@@ -597,7 +597,7 @@ def _get_boot_subject_string(**kwargs):
)
# Base format strings to create the subject line.
- # 1st, 2nd, 3rd and 4th are replace with job name, total, passed, failed.
+ # 1st, 2nd, 3rd and 4th are replaced with job name, total, failed, passed.
# The last is the kernel/git-describe value:
# next boot: 10 boots: 1 failed, 9 passed (next-20990101)
base_0 = G_(u"%s: %s: %s, %s %s")