diff --git a/opentech/apply/review/templates/review/review_detail.html b/opentech/apply/review/templates/review/review_detail.html
index 2aab68c445acf2027632e6836cb331f176853f75..e9506b769cc84781ab97d53522995c5c3fdb6cb9 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 lasted version:</h5>
+            <h5>Review was not against the lastest version:</h5>
             <p>
                 <a class="button button--primary" href="{{ review.get_compare_url }}">Compare</a>
             </p>