Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 3EC54429E28 for ; Sun, 29 May 2011 01:56:41 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q4AWLj-Q6xsW for ; Sun, 29 May 2011 01:56:40 -0700 (PDT) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.123]) by olra.theworths.org (Postfix) with ESMTP id A6009429E2A for ; Sun, 29 May 2011 01:56:37 -0700 (PDT) X-Authority-Analysis: v=1.1 cv=NmbQexcdgr4rtO3OwYGrP5Q3rTMpacrTPhuaXkv4uP8= c=1 sm=0 a=8YMtuzaJ5FE3wtSInqJrPg==:17 a=ncDVm-j7AAAA:8 a=dofb1qtkj3KE_IzQZgAA:9 a=1TAlIYiSTWAA:10 a=8YMtuzaJ5FE3wtSInqJrPg==:117 X-Cloudmark-Score: 0 X-Originating-IP: 76.175.234.46 Received: from [76.175.234.46] ([76.175.234.46:57223] helo=localhost.localdomain) by hrndva-oedge01.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id 64/AC-08391-54A02ED4; Sun, 29 May 2011 08:56:37 +0000 From: notmuch@dima.secretsauce.net To: notmuch@notmuchmail.org Subject: [PATCH] fixed typo in a comment Date: Sun, 29 May 2011 01:56:49 -0700 Message-Id: <1306659409-21871-1-git-send-email-notmuch@dima.secretsauce.net> X-Mailer: git-send-email 1.7.5.3 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 08:56:42 -0000 From: Dima Kogan --- This patch corrects a typo test/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/Makefile b/test/Makefile index b6859ea..de492a7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,4 +1,4 @@ -# See Makfefile.local for the list of files to be compiled in this +# See Makefile.local for the list of files to be compiled in this # directory. all: $(MAKE) -C .. all -- 1.7.4.4