summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2016-04-03 19:21:30 +0100
committerVinson Lee <vlee@freedesktop.org>2016-04-16 22:39:55 -0700
commite24a5e9e3d6ba7aeac1cdf7e2bc542edeb827581 (patch)
tree1ab2e2495e18ffc355209a77280f3b4c39b7f8cf /templates
parent56906bf43c8726eb596096efff793cbe1bf38617 (diff)
templates: Fix spelling mistakes
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Dylan Baker <baker.dylan.c@gmail.com> Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/empty_status.mako2
-rw-r--r--templates/index.mako2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/empty_status.mako b/templates/empty_status.mako
index 8ee6fbaa0..353b08915 100644
--- a/templates/empty_status.mako
+++ b/templates/empty_status.mako
@@ -12,7 +12,7 @@
<p>Currently showing: ${page}</p>
<p>Show:
## Index is a logical choice to put first, it will always be a link
- ## and we don't want in preceeded by a |
+ ## and we don't want in preceded by a |
<a href="index.html">index</a>
% for i in pages:
% if i == page:
diff --git a/templates/index.mako b/templates/index.mako
index 39f4976b4..49a8b1c86 100644
--- a/templates/index.mako
+++ b/templates/index.mako
@@ -172,7 +172,7 @@
escape_filename(grouptools.groupname(test))))
else:
result = status.NOTRUN
- del raw # we dont need this, so don't let it leak
+ del raw # we don't need this, so don't let it leak
%>
<td class="${str(result)}">
% if str(result) not in exclude and result is not status.NOTRUN: