]> git.notmuchmail.org Git - notmuch/blobdiff - doc/man1/notmuch-config.rst
fix typos
[notmuch] / doc / man1 / notmuch-config.rst
index f9fb672a4acc11014cfc70d413f491f3ead818ca..899098084ae2beafea74017b3064de261c0a8917 100644 (file)
@@ -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".