aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-15 16:17:32 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-15 16:17:32 -0700
commitdd94313b302115cca67bb593572b753350984864 (patch)
tree81dae040ac21dbea02789f5b39cf0cc376022684 /Makefile.local
parentcb08eade5826ff2d9d2057fab95ee68d671d4984 (diff)
Makefile.local: Fix typo in comment.
Just an extra word that clearly didn't belong.
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.local b/Makefile.local
index 3f8f1d56..e8281816 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -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)