]> git.notmuchmail.org Git - notmuch/commitdiff
clean up spelling
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 12 Sep 2016 02:23:48 +0000 (04:23 +0200)
committerDavid Bremner <david@tethera.net>
Mon, 12 Sep 2016 11:16:35 +0000 (08:16 -0300)
NEWS
doc/man1/notmuch-dump.rst
doc/man1/notmuch-insert.rst
doc/man1/notmuch-restore.rst
doc/man5/notmuch-hooks.rst

diff --git a/NEWS b/NEWS
index edbca4cd9075698397e9fc5e5366a0d978a7866f..c0b865df02734ac8ddd754ed1287c9271af3ba3f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -483,13 +483,13 @@ Stopped `notmuch dump` failing if someone writes to the database
   process already has the write lock the dump will not start, so
   script callers should still check the return value.
 
   process already has the write lock the dump will not start, so
   script callers should still check the return value.
 
-`notmuch insert` requires succesful message indexing for success status
+`notmuch insert` requires successful message indexing for success status
 
   Previously the `notmuch insert` subcommand indicated success even if
   the message indexing failed, as long as the message was delivered to
   file system. This could have lead to delivered messages missing
   tags, etc. `notmuch insert` is now more strict, also requiring
 
   Previously the `notmuch insert` subcommand indicated success even if
   the message indexing failed, as long as the message was delivered to
   file system. This could have lead to delivered messages missing
   tags, etc. `notmuch insert` is now more strict, also requiring
-  succesful indexing for success status. Use the new `--keep` option
+  successful indexing for success status. Use the new `--keep` option
   to revert to the old behaviour (keeping the delivered message file
   and returning success even if indexing fails).
 
   to revert to the old behaviour (keeping the delivered message file
   and returning success even if indexing fails).
 
index 94986a86bba5b6dfaee06b42e2160f8917c1eea3..d56974ed0ba01aea71b34014e9a081aa52ad46da 100644 (file)
@@ -78,7 +78,7 @@ Supported options for **dump** include
       **config**
 
        Output configuration data stored in the database. Each line
       **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**
        pair.  Both key and value are hex encoded if needed.
 
       **tags**
index 2c9c0d02c25190fa891f4cd417fb58d06128cb82..9e7afc36d75f24df41b7154b78a7f6a5e889f1a9 100644 (file)
@@ -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
         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.
 
     ``--no-hooks``
         Prevent hooks from being run.
@@ -53,7 +53,7 @@ Supported options for **insert** include
 EXIT STATUS
 ===========
 
 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
 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
index 87fa22ef72c11b5457e03288749fb1b415cc2741..706f891274b1e41514c1f519613fef5ae4e33514 100644 (file)
@@ -57,7 +57,7 @@ Supported options for **restore** include
        **config**
 
          Restore configuration data to the database. Each configuration line starts
        **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**
          Both key and value are hex encoded if needed.
 
        **tags**
index f96a923b23f2a8f57ac9882ee72d4e6b9099513e..3a72a80b62829c68add26bbffe824f2dfa0d343d 100644 (file)
@@ -41,7 +41,7 @@ The currently available hooks are described below.
         message has been delivered, added to the database, and initial
         tags have been applied. The hook will not be run if there have
         been any errors during the message delivery; what is regarded
         message has been delivered, added to the database, and initial
         tags have been applied. The hook will not be run if there have
         been any errors during the message delivery; what is regarded
-        as succesful delivery depends on the ``--keep`` option.
+        as successful delivery depends on the ``--keep`` option.
 
         Typically this hook is used to perform additional query-based
         tagging on the delivered messages.
 
         Typically this hook is used to perform additional query-based
         tagging on the delivered messages.