From 9e24929f162249ad2b2bfb8905be416d7148b40d Mon Sep 17 00:00:00 2001
From: Colin Dean <git@cad.cx>
Date: Wed, 27 Mar 2013 15:55:10 -0400
Subject: [PATCH] fix typo: shure -> sure

---
 app/views/team_members/_assigned_team.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/team_members/_assigned_team.html.haml b/app/views/team_members/_assigned_team.html.haml
index 1d512c44b2..51a31a6456 100644
--- a/app/views/team_members/_assigned_team.html.haml
+++ b/app/views/team_members/_assigned_team.html.haml
@@ -1,7 +1,7 @@
 %li{id: dom_id(team), class: "user_team_row team_#{team.id}"}
   .pull-right
     - if can?(current_user, :admin_team_member, @project)
-      = link_to resign_project_team_path(@project, team), method: :delete, confirm: "Are you shure?", class: "btn btn-remove btn-tiny" do
+      = link_to resign_project_team_path(@project, team), method: :delete, confirm: "Are you sure?", class: "btn btn-remove btn-tiny" do
         %i.icon-minus.icon-white
 
   %strong= link_to team.name, team_path(team), title: team.name, class: "dark"
-- 
2.30.9