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 C4D546DE0C19 for ; Tue, 26 Sep 2017 10:42:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -1.945 X-Spam-Level: X-Spam-Status: No, score=-1.945 tagged_above=-999 required=5 tests=[AWL=-2.470, RCVD_IN_BL_SPAMCOP_NET=1.246, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] 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 sk7LG3qoyqBb for ; Tue, 26 Sep 2017 10:42:10 -0700 (PDT) X-Greylist: delayed 599 seconds by postgrey-1.36 at arlo; Tue, 26 Sep 2017 10:42:10 PDT Received: from 10.mo3.mail-out.ovh.net (10.mo3.mail-out.ovh.net [87.98.165.232]) by arlo.cworth.org (Postfix) with ESMTPS id 7096A6DE0B78 for ; Tue, 26 Sep 2017 10:42:10 -0700 (PDT) Received: from player797.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo3.mail-out.ovh.net (Postfix) with ESMTP id C28AC159F60 for ; Tue, 26 Sep 2017 19:23:13 +0200 (CEST) Received: from jwilk.net (unknown [5.172.255.187]) (Authenticated sender: jwilk@jwilk.net) by player797.ha.ovh.net (Postfix) with ESMTPSA id 549112E0071; Tue, 26 Sep 2017 19:23:10 +0200 (CEST) From: Jakub Wilk To: notmuch@notmuchmail.org Subject: [PATCH] doc: fix typos Date: Tue, 26 Sep 2017 19:23:09 +0200 Message-Id: <20170926172309.9755-1-jwilk@jwilk.net> X-Mailer: git-send-email 2.14.1 X-Ovh-Tracer-Id: 10160120760260286229 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeelledrjedvgdduudejucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecufedttdenuc X-Mailman-Approved-At: Wed, 27 Sep 2017 04:29:03 -0700 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: Tue, 26 Sep 2017 17:42:11 -0000 --- 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 :: -- 2.14.1