From dd94313b302115cca67bb593572b753350984864 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 15 Apr 2010 16:17:32 -0700 Subject: [PATCH] Makefile.local: Fix typo in comment. Just an extra word that clearly didn't belong. --- Makefile.local | 3 +-- 1 file changed, 1 insertion(+), 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) -- 2.43.0