summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2017-07-18 00:16:02 +0200
committerDavid Bremner <david@tethera.net>2017-07-18 06:50:44 -0300
commit87bdfbc91f65cb1031ef0ac8a804759f2061ac10 (patch)
tree90054f745f35cc1f6c2fcf3c2cb48a406473fd48 /doc/man1
parentf0b91832c2d273754e9cf1f2652790f992d0abef (diff)
Fix orthography
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/notmuch-address.rst2
-rw-r--r--doc/man1/notmuch-insert.rst2
-rw-r--r--doc/man1/notmuch-new.rst2
-rw-r--r--doc/man1/notmuch.rst2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/man1/notmuch-address.rst b/doc/man1/notmuch-address.rst
index 446cefbd..cc31cc5a 100644
--- a/doc/man1/notmuch-address.rst
+++ b/doc/man1/notmuch-address.rst
@@ -60,7 +60,7 @@ Supported options for **address** include
Control the deduplication of results.
**no**
- Output all occurences of addresses in the matching
+ Output all occurrences of addresses in the matching
messages. This is not applicable with --output=count.
**mailbox**
diff --git a/doc/man1/notmuch-insert.rst b/doc/man1/notmuch-insert.rst
index 9847e674..f79600d6 100644
--- a/doc/man1/notmuch-insert.rst
+++ b/doc/man1/notmuch-insert.rst
@@ -65,7 +65,7 @@ errors most likely to be temporary in nature, e.g. failure to get a
database write lock.
``75 (EX_TEMPFAIL)``
- A temporary failure occured; the user is invited to retry.
+ A temporary failure occurred; the user is invited to retry.
The exit status of the **post-insert** hook does not affect the exit
status of the **insert** command.
diff --git a/doc/man1/notmuch-new.rst b/doc/man1/notmuch-new.rst
index 7f0b2237..6acfa112 100644
--- a/doc/man1/notmuch-new.rst
+++ b/doc/man1/notmuch-new.rst
@@ -49,7 +49,7 @@ EXIT STATUS
This command supports the following special exit status code
``75 (EX_TEMPFAIL)``
- A temporary failure occured; the user is invited to retry.
+ A temporary failure occurred; the user is invited to retry.
SEE ALSO
========
diff --git a/doc/man1/notmuch.rst b/doc/man1/notmuch.rst
index 5e238ae4..cb350d1a 100644
--- a/doc/man1/notmuch.rst
+++ b/doc/man1/notmuch.rst
@@ -123,7 +123,7 @@ If the given command is not known to notmuch, notmuch tries to execute
the external **notmuch-<subcommand>** in ${PATH} instead. This allows
users to have their own notmuch related tools to be run via the
notmuch command. By design, this does not allow notmuch's own commands
-to be overriden using external commands.
+to be overridden using external commands.
OPTION SYNTAX
-------------