summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2018-01-02 10:32:38 -0500
committerDavid Bremner <david@tethera.net>2018-01-04 20:35:58 -0400
commit54982e520c3bee74e947e311ee5b1219396fa1a8 (patch)
treecb9d6680c54a5425930a7c3a9dfc79800dc7982c /doc/man1
parent0c6ec8c5572755ec39ca92c43d3aa4e4aef3f81d (diff)
fix typos
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/notmuch-config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst
index f9fb672a..89909808 100644
--- a/doc/man1/notmuch-config.rst
+++ b/doc/man1/notmuch-config.rst
@@ -89,7 +89,7 @@ The available configuration items are described below.
A regular expression delimited with // that will be matched
against the path of the file or directory relative to the database
path. Matching files and directories will be ignored. The
- beginning and end of string must be explictly anchored. For
+ beginning and end of string must be explicitly anchored. For
example, /.*/foo$/ would match "bar/foo" and "bar/baz/foo", but
not "foo" or "bar/foobar".