]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2520 Fix typo
authorFabrice Bellingard <bellingard@gmail.com>
Wed, 15 Jun 2011 15:42:01 +0000 (17:42 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Wed, 15 Jun 2011 15:42:01 +0000 (17:42 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb

index a9427f398045cf094787874be3199ad5d7d77b4e..114032a6472f86475e21f6c76cdf8e6ed91fb1d2 100644 (file)
@@ -28,7 +28,7 @@
     <% if violation.review && violation.review.isReopened? %>
       <%= image_tag("sep12.png") -%>
       &nbsp;
-      <span class="review-reopened">Reoponed</span>
+      <span class="review-reopened">Reopened</span>
       &nbsp;
     <% end %>
     <% if violation.review && violation.review.assignee_id %>