summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-10-24 07:07:08 -0300
committerDavid Bremner <david@tethera.net>2021-10-27 22:06:36 -0300
commitd6e4ca6a7a3a1a18eee7be3aa5fb8d0987e0894d (patch)
tree991e8cb750596cda8bc172911609be1cd75332fd
parente2b842afb1dff0621f30f50edb21a8e254b51f6e (diff)
NEWS: fix typo in 0.34 news.
Thanks to jrm on IRC for finding the typo.
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a88d31ac..d08183bf 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ General
An optional new s-expression based query parser is available if
notmuch is built with the `sfsexp` library. See
notmuch-sexp-queries(7) for syntax, and use `notmuch config get
-built_with.sexpr_queries` to check if notmuch is compiled with
+built_with.sexpr_query` to check if notmuch is compiled with
s-expression query support.
CLI