]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-rev-list.txt
documentation: fix subject/verb agreement
[thirdparty/git.git] / Documentation / git-rev-list.txt
index fbe913ee746d3c7c73a6511a3c2b78b4e64500da..2e05c4b510927a66560ade549d9b7a05987e9d33 100644 (file)
@@ -19,7 +19,7 @@ include::rev-list-description.txt[]
 
 'rev-list' is an essential Git command, since it
 provides the ability to build and traverse commit ancestry graphs. For
-this reason, it has a lot of different options that enables it to be
+this reason, it has a lot of different options that enable it to be
 used by commands as different as 'git bisect' and
 'git repack'.