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/projects/empty.html.haml b/app/views/projects/empty.html.haml
index 9e9c4da6f64..5088c2e7297 100644
--- a/app/views/projects/empty.html.haml
+++ b/app/views/projects/empty.html.haml
@@ -1,7 +1,7 @@
- if current_user.require_ssh_key?
.alert-message.block-message.error
%ul
- %li You have no ssh keys added yo tour profile.
+ %li You have no ssh keys added to your profile.
%li You wont be able to pull/push repository.
%li Visit profile → keys and add public key of every machine you want to use for work with gitlabhq.
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"}