From 3d8f88e715d3ae23bb33736698cf5356bbdd70b6 Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Tue, 21 Aug 2018 10:03:31 +0100
Subject: [PATCH] fixup! Correct spelling mistake

---
 opentech/apply/review/templates/review/review_detail.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/apply/review/templates/review/review_detail.html b/opentech/apply/review/templates/review/review_detail.html
index e9506b769..94182ff8f 100644
--- a/opentech/apply/review/templates/review/review_detail.html
+++ b/opentech/apply/review/templates/review/review_detail.html
@@ -20,7 +20,7 @@
     </div>
     {% if not review.for_latest %}
         <div>
-            <h5>Review was not against the lastest version:</h5>
+            <h5>Review was not against the latest version:</h5>
             <p>
                 <a class="button button--primary" href="{{ review.get_compare_url }}">Compare</a>
             </p>
-- 
GitLab