aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-02-06 15:43:02 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-02-06 15:43:02 +0100
commite6af035fd9f7584b180fe7f155ee0a62421619cf (patch)
tree147b0effca6103544e6a6c67b40952c158083bdb
parent5997e30e05d51996345e3154c5495683e3229410 (diff)
Fix typo.
Change-Id: Ie2327d783d5f1c44aad9c03876703c96f6c662bb
-rw-r--r--app/handlers/send.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/handlers/send.py b/app/handlers/send.py
index 7f308a6..5de3ae2 100644
--- a/app/handlers/send.py
+++ b/app/handlers/send.py
@@ -294,7 +294,7 @@ def _check_status(send_boot, send_build, boot_errors, build_errors, when):
not send_boot,
send_build, not boot_errors, not build_errors]):
reason = (
- "Build email report scheduled to be send at '%s' UTC" %
+ "Build email report scheduled to be sent at '%s' UTC" %
when)
elif all([
send_boot,