]> git.notmuchmail.org Git - notmuch/blobdiff - NEWS
clean up spelling
[notmuch] / NEWS
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.
 
-`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
-  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).