]> git.notmuchmail.org Git - notmuch/commitdiff
Makefile.local: Fix typo in comment.
authorCarl Worth <cworth@cworth.org>
Thu, 15 Apr 2010 23:17:32 +0000 (16:17 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 15 Apr 2010 23:17:32 +0000 (16:17 -0700)
Just an extra word that clearly didn't belong.

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)