From: Carl Worth Date: Thu, 15 Apr 2010 23:17:32 +0000 (-0700) Subject: Makefile.local: Fix typo in comment. X-Git-Tag: 0.2~31 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=dd94313b302115cca67bb593572b753350984864 Makefile.local: Fix typo in comment. Just an extra word that clearly didn't belong. --- 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)