[Piglit] [PATCH 6/8] templates: Fix spelling mistakes

Eric Engestrom eric at engestrom.ch
Sun Apr 3 18:21:30 UTC 2016


Signed-off-by: Eric Engestrom <eric at engestrom.ch>
---
 templates/empty_status.mako | 2 +-
 templates/index.mako        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/empty_status.mako b/templates/empty_status.mako
index 8ee6fba..353b089 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 39f4976..49a8b1c 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:
-- 
2.8.0



More information about the Piglit mailing list