diff --git a/app/views/projects/compare/show.html.haml b/app/views/projects/compare/show.html.haml
index bd0a384..af9273f 100644
--- a/app/views/projects/compare/show.html.haml
+++ b/app/views/projects/compare/show.html.haml
@@ -8,7 +8,7 @@
- if @commits.size > 100
.alert.alert-block
%p
- %strong Warning! This comparison include more than 100 commits.
+ %strong Warning! This comparison includes more than 100 commits.
%p To preserve performance the line diff is not shown.
- if @commits.present?
--
libgit2 0.21.2