diff options
author | Dean Perry <deanpcmad@gmail.com> | 2012-02-28 19:35:35 +0000 |
---|---|---|
committer | Dean Perry <deanpcmad@gmail.com> | 2012-02-28 19:35:35 +0000 |
commit | b9e23b906e43dba38f8e8a2d0dc27f7154b75df2 (patch) | |
tree | 94e042b80c3f73a93fcd206fa133a125dd4fe7da /app/views/errors | |
parent | c9c292f3502c5d06f30b4851a7d02c968ffb9d26 (diff) | |
download | gitlab-ce-b9e23b906e43dba38f8e8a2d0dc27f7154b75df2.tar.gz |
fixed spelling mistake - 'Ream more' to 'read more'
Diffstat (limited to 'app/views/errors')
-rw-r--r-- | app/views/errors/access_denied.html.haml | 2 |
1 files changed, 1 insertions, 1 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"} |