From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 5D6A86DE0C66 for ; Wed, 27 Sep 2017 11:55:06 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.044 X-Spam-Level: X-Spam-Status: No, score=-0.044 tagged_above=-999 required=5 tests=[AWL=-0.044] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id frPUoCzOsYrB for ; Wed, 27 Sep 2017 11:55:05 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTP id 048B86DE0B64 for ; Wed, 27 Sep 2017 11:55:04 -0700 (PDT) Received: from fifthhorseman.net (unknown [38.109.115.130]) by che.mayfirst.org (Postfix) with ESMTPSA id 6F994F99A; Wed, 27 Sep 2017 14:55:01 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id EF8AA208F4; Wed, 27 Sep 2017 14:50:58 -0400 (EDT) From: Daniel Kahn Gillmor To: Jakub Wilk , notmuch@notmuchmail.org Subject: Re: [PATCH] doc: fix typos In-Reply-To: <20170926172309.9755-1-jwilk@jwilk.net> References: <20170926172309.9755-1-jwilk@jwilk.net> Date: Wed, 27 Sep 2017 14:50:58 -0400 Message-ID: <87r2ust1pp.fsf@fifthhorseman.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Wed, 27 Sep 2017 18:55:06 -0000 On Tue 2017-09-26 19:23:09 +0200, Jakub Wilk wrote: > --- > doc/man7/notmuch-search-terms.rst | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/doc/man7/notmuch-search-terms.rst b/doc/man7/notmuch-search-terms.rst > index dd76972e..b27f31f7 100644 > --- a/doc/man7/notmuch-search-terms.rst > +++ b/doc/man7/notmuch-search-terms.rst > @@ -237,7 +237,7 @@ Boolean and Probabilistic Prefixes > Xapian (and hence notmuch) prefixes are either **boolean**, supporting > exact matches like "tag:inbox" or **probabilistic**, supporting a more > flexible **term** based searching. Certain **special** prefixes are > -processed by notmuch in a way not stricly fitting either of Xapian's > +processed by notmuch in a way not strictly fitting either of Xapian's > built in styles. The prefixes currently supported by notmuch are as > follows. > > @@ -255,7 +255,7 @@ In general Xapian distinguishes between lists of terms and > **phrases**. Phrases are indicated by double quotes (but beware you > probably need to protect those from your shell) and insist that those > unstemmed words occur in that order. One useful, but initially > -surprising feature is that the following are equivalant ways to write > +surprising feature is that the following are equivalent ways to write > the same phrase. > > - "a list of words" > @@ -264,7 +264,7 @@ the same phrase. > - a.list.of.words > > Both parenthesised lists of terms and quoted phrases are ok with > -probabilisitic prefixes such as **to:**, **from:**, and **subject:**. In particular > +probabilistic prefixes such as **to:**, **from:**, and **subject:**. In particular LGTM. thanks for the attention to detail, Jakub. --dkg