aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,