]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
Makefile.local: Fix typo in comment.
[notmuch] / Makefile.local
index 3f8f1d56c81add165cd5844cf0ed471f635bcf58..e828181663d2fc19a3280fe96331e49ac676b696 100644 (file)
@@ -7,8 +7,7 @@
 # digit when we reach particularly major milestones of usability.
 #
 # Between releases, (such as when compiling notmuch from the git
-# repository), we let git to append identification of the actual
-# commit.
+# repository), we let git append identification of the actual commit.
 PACKAGE=notmuch
 VERSION:=$(shell if [ -f version ]; then cat version; else git describe --match '[0-9].[0-9]*'; fi)