diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2016-09-12 04:23:48 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-09-12 08:16:35 -0300 |
| commit | 89c8d279480aa618bed5ef074f9166dbf818e6eb (patch) | |
| tree | 593d8ebb2d669c02e9810b9618c04955fa454098 /doc/man1 | |
| parent | d25d33ff2d818d5a423e07b7f465add9c970dc75 (diff) | |
clean up spelling
Diffstat (limited to 'doc/man1')
| -rw-r--r-- | doc/man1/notmuch-dump.rst | 2 | ||||
| -rw-r--r-- | doc/man1/notmuch-insert.rst | 4 | ||||
| -rw-r--r-- | doc/man1/notmuch-restore.rst | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/man1/notmuch-dump.rst b/doc/man1/notmuch-dump.rst index 94986a86..d56974ed 100644 --- a/doc/man1/notmuch-dump.rst +++ b/doc/man1/notmuch-dump.rst @@ -78,7 +78,7 @@ Supported options for **dump** include **config** Output configuration data stored in the database. Each line - starts with "#@ ", followed by a space seperated key-value + starts with "#@ ", followed by a space separated key-value pair. Both key and value are hex encoded if needed. **tags** diff --git a/doc/man1/notmuch-insert.rst b/doc/man1/notmuch-insert.rst index 2c9c0d02..9e7afc36 100644 --- a/doc/man1/notmuch-insert.rst +++ b/doc/man1/notmuch-insert.rst @@ -45,7 +45,7 @@ Supported options for **insert** include Keep the message file if indexing fails, and keep the message indexed if applying tags or maildir flag synchronization fails. Ignore these errors and return exit status 0 to - indicate succesful mail delivery. + indicate successful mail delivery. ``--no-hooks`` Prevent hooks from being run. @@ -53,7 +53,7 @@ Supported options for **insert** include EXIT STATUS =========== -This command returns exit status 0 on succesful mail delivery, +This command returns exit status 0 on successful mail delivery, non-zero otherwise. The default is to indicate failed mail delivery on any errors, including message file delivery to the filesystem, message indexing to Notmuch database, changing tags, and synchronizing tags to diff --git a/doc/man1/notmuch-restore.rst b/doc/man1/notmuch-restore.rst index 87fa22ef..706f8912 100644 --- a/doc/man1/notmuch-restore.rst +++ b/doc/man1/notmuch-restore.rst @@ -57,7 +57,7 @@ Supported options for **restore** include **config** Restore configuration data to the database. Each configuration line starts - with "#@ ", followed by a space seperated key-value pair. + with "#@ ", followed by a space separated key-value pair. Both key and value are hex encoded if needed. **tags** |
