From b9e23b906e43dba38f8e8a2d0dc27f7154b75df2 Mon Sep 17 00:00:00 2001
From: Dean Perry <deanpcmad@gmail.com>
Date: Tue, 28 Feb 2012 19:35:35 +0000
Subject: [PATCH] fixed spelling mistake - 'Ream more' to 'read more'

---
 app/views/errors/access_denied.html.haml     | 2 +-
 app/views/protected_branches/index.html.haml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/views/errors/access_denied.html.haml b/app/views/errors/access_denied.html.haml
index 2f3f362643b..718663dbee1 100644
--- a/app/views/errors/access_denied.html.haml
+++ b/app/views/errors/access_denied.html.haml
@@ -2,4 +2,4 @@
   %h3 Access Denied
   %hr
   %p Youre not allowed to access this page
-  %p Ream more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"}
+  %p Read more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"}
diff --git a/app/views/protected_branches/index.html.haml b/app/views/protected_branches/index.html.haml
index dde90af3d39..de04cc08906 100644
--- a/app/views/protected_branches/index.html.haml
+++ b/app/views/protected_branches/index.html.haml
@@ -6,7 +6,7 @@
   %ul
     %li keep stable branches secured
     %li forced code review before merge to protected branches
-  %p Ream more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"}
+  %p Read more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"}
 
 
 
-- 
GitLab