Showing 2 changed files with 2 additions and 2 deletions
+1 -1
templates/branches.html.ep
... ...
@@ -76,7 +76,7 @@
76 76
   %= javascript begin
77 77
     $('document').ready(function () {
78 78
       
79
-      // Swich merged branch or not merged branch
79
+      // Switch merged branch or not merged branch
80 80
       var display_no_merged = true;
81 81
       $('#toggle-branch').on('click', function () {
82 82
         if (display_no_merged) {
+1 -1
templates/compare.html.ep
... ...
@@ -111,7 +111,7 @@
111 111
           </button>
112 112
         </div>
113 113
         <div class="text-right">
114
-          <a href="<%= url_for("/$user/$project/compare/$rev...$from_rev") %>" class="btn" style="padding:2px 10px">Swich base branch</a>
114
+          <a href="<%= url_for("/$user/$project/compare/$rev...$from_rev") %>" class="btn" style="padding:2px 10px">Switch base branch</a>
115 115
         </div>
116 116
       </div>
117 117