aboutsummaryrefslogtreecommitdiff
path: root/app/utils/report/boot.py
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-03-30 13:39:04 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2015-03-30 13:39:04 +0200
commit6a45dc1663de6422421d1efc9c3b2bb1a893d51d (patch)
tree4a87ed6dfcc9eea628e09446661aa0d4ab2fbb0d /app/utils/report/boot.py
parent73196741c3ec9eb508dc262595a1b23d5d835f81 (diff)
Fix typo.
Diffstat (limited to 'app/utils/report/boot.py')
-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 01cd5c9..e6fbcd9 100644
--- a/app/utils/report/boot.py
+++ b/app/utils/report/boot.py
@@ -500,7 +500,7 @@ def _create_boot_email(**kwargs):
txt_body = _create_txt_email(**kwargs)
if models.EMAIL_HTML_FORMAT_KEY in email_format:
# Fix the summary URLs for the HTML email.
- kwargs["full_boot_symmary"] = (
+ kwargs["full_boot_summary"] = (
G_(u"Full Boot Summary: <a href=\"%(url)s\">%(url)s</a>") %
{"url": boot_summary_url})
kwargs["full_build_summary"] = (