summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2018-04-14 09:46:58 +0200
committerMartin Michlmayr <tbm@cyrius.com>2018-04-14 09:46:58 +0200
commit51a729487a6b1e562d9d6a3d0e4037b980ff6a32 (patch)
treef1f1d51bf859ae3bfbdff8e6560c9a60e779ec6c
parent2e54b3e9e9faac1e0a7b3a10596a2ed8dc663bb1 (diff)
Fix typos
-rw-r--r--emacstips.mdwn4
-rw-r--r--mutttips.mdwn2
-rw-r--r--news/release-0.10.mdwn2
-rw-r--r--news/release-0.18.mdwn2
-rw-r--r--news/release-0.20.mdwn4
-rw-r--r--news/release-0.23.mdwn2
-rw-r--r--notmuch-mutt.mdwn2
-rw-r--r--remoteusage.mdwn2
-rw-r--r--remoteusage/old.mdwn4
-rw-r--r--software.mdwn6
-rw-r--r--vimtips.mdwn2
11 files changed, 16 insertions, 16 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn
index 083746e..7d8b5d0 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -18,7 +18,7 @@ or
to your .emacs file.
-## Controlling external handlers for attachements
+## Controlling external handlers for attachments
You can choose e.g. which pdf viewer to invoke from notmuch-show mode by
adding a .mailcap file in your home directory. Here is an example:
@@ -794,7 +794,7 @@ Add a new entry with "Function returning the URL:" set to:
"-f" "%{id}"))))
Replacing `http://patchwork.example.com/patch/`, `/path/to/pwclient`, and
-`the-project` appropiately. You should now be able to stash the Patchwork URL
+`the-project` appropriately. You should now be able to stash the Patchwork URL
using `c l`.
Going further, if the patch has been committed, you can get the commit hash with
diff --git a/mutttips.mdwn b/mutttips.mdwn
index f8603e6..56a1629 100644
--- a/mutttips.mdwn
+++ b/mutttips.mdwn
@@ -33,7 +33,7 @@ configure. Otherwise, it is a good old autoconf setup, so here it goes:
## Configuration:
-Here is my `.muttrc` I use with `mutt-kz`, explainations as comments:
+Here is my `.muttrc` I use with `mutt-kz`, explanations as comments:
# notmuch
set nm_default_uri="notmuch:///PATH/TO/MY/Maildir" # path to the maildir
diff --git a/news/release-0.10.mdwn b/news/release-0.10.mdwn
index 0ac8ffa..08df73d 100644
--- a/news/release-0.10.mdwn
+++ b/news/release-0.10.mdwn
@@ -88,5 +88,5 @@ mailing list.
### nmbug - share tags with a given prefix
nmbug helps maintain a git repo containing all tags with a given
-prefix (by default "notmuch::"). Tags can be shared by commiting
+prefix (by default "notmuch::"). Tags can be shared by committing
them to git in one location and restoring in another.
diff --git a/news/release-0.18.mdwn b/news/release-0.18.mdwn
index 1dc918c..df0a87e 100644
--- a/news/release-0.18.mdwn
+++ b/news/release-0.18.mdwn
@@ -96,7 +96,7 @@ user does not want it.
### The commands set consistent exit status codes on failures
The cli commands now consistently set exit status of 1 on failures,
-except where explicitly otherwise noted. The notable expections are
+except where explicitly otherwise noted. The notable exceptions are
the status codes for format version mismatches for commands that
support formatted output.
diff --git a/news/release-0.20.mdwn b/news/release-0.20.mdwn
index 92e6d8a..dbed666 100644
--- a/news/release-0.20.mdwn
+++ b/news/release-0.20.mdwn
@@ -20,7 +20,7 @@ notmuch which one to use by setting `crypto.gpg_path`
Emacs
-----
-Avoid rendering large text attachements.
+Avoid rendering large text attachments.
Improved rendering of CID references in HTML.
@@ -61,7 +61,7 @@ Documentation
### Sphinx is now mandatory to build docs
Support for using rst2man in place of sphinx to build the
-docmumentation has been removed.
+documentation has been removed.
### Improved notmuch-search-terms.7
diff --git a/news/release-0.23.mdwn b/news/release-0.23.mdwn
index b275589..d7d2508 100644
--- a/news/release-0.23.mdwn
+++ b/news/release-0.23.mdwn
@@ -128,4 +128,4 @@ Go Bindings
Previously, it was impossible to open writable database handles,
because `DATABASE_MODE_READ_ONLY` and `DATABASE_MODE_READ_WRITE` were
both set to zero.
-The same issue occured with sort modes.
+The same issue occurred with sort modes.
diff --git a/notmuch-mutt.mdwn b/notmuch-mutt.mdwn
index 85839bf..e4f02ea 100644
--- a/notmuch-mutt.mdwn
+++ b/notmuch-mutt.mdwn
@@ -13,7 +13,7 @@ and Mutt.
[notmuch-mutt](https://git.notmuchmail.org/git/notmuch/tree/HEAD:/contrib/notmuch-mutt),
which will create a "virtual" maildir folder with search results whenever a
search is made. The upside is that you can search all your folders
- simultanously; the downside is that your modifications in the results listing
+ simultaneously; the downside is that your modifications in the results listing
do not carry over, also having to switch folders comes with some more
annoyances.
diff --git a/remoteusage.mdwn b/remoteusage.mdwn
index 770164d..1a74d74 100644
--- a/remoteusage.mdwn
+++ b/remoteusage.mdwn
@@ -69,7 +69,7 @@ Save this to a file, for example `remote-notmuch.sh`, in your `PATH`:
printf -v ARGS "%q " "$@"
exec ssh notmuch notmuch ${ARGS}
-and give it execute permissons: `chmod +x remote-notmuch.sh`
+and give it execute permissions: `chmod +x remote-notmuch.sh`
Now you can run `remote-notmuch.sh new`, or other notmuch commands. You
can call the script anything you like. (You could also call it `notmuch`
diff --git a/remoteusage/old.mdwn b/remoteusage/old.mdwn
index 7edd7d2..0fc0e10 100644
--- a/remoteusage/old.mdwn
+++ b/remoteusage/old.mdwn
@@ -4,7 +4,7 @@
(the "old" page, see also [[new|remoteusage]] page)
##Why?##
-It is hard to keep nomuch tags in sync across multiple instances of
+It is hard to keep notmuch tags in sync across multiple instances of
notmuch, on multiple computers. Though you can do this with "notmuch
dump" and "notmuch restore", it is often preferable to be able to use
notmuch on a remote computer as if it were present on a local
@@ -33,7 +33,7 @@ optional, or allow screen or tmux to be used instead.
server. [Here](http://www.debian-administration.org/articles/152) is a
good page on how to set it up.
-5. a reasonably fast connection. (This isn't really *neccessary*, but
+5. a reasonably fast connection. (This isn't really *necessary*, but
if your connection is too slow, this won't be very pleasant to use,
and certainly won't seem transparent.)
diff --git a/software.mdwn b/software.mdwn
index c23e468..5e5553e 100644
--- a/software.mdwn
+++ b/software.mdwn
@@ -1,5 +1,5 @@
[[!img notmuch-logo.png alt="Notmuch logo" class="left"]]
-# Sofware working with Maildir and Notmuch
+# Software working with Maildir and Notmuch
## <span id="formats">**Mail storage formats**</span>
@@ -138,7 +138,7 @@ Many MDAs also support filtering via [Sieve](https://en.wikipedia.org/wiki/Sieve
Internet Mail Access Protocol servers that can interoperate with notmuch.
It is of note that IMAP protocol supports storing so-called [keywords](https://tools.ietf.org/html/rfc3501#page-11) (user-defined flags) which are mostly equivalent to notmuch tags.
-Unfortunately Maildir does not have standard way to encode keywords, so there are extensions neccessary to store that information.
+Unfortunately Maildir does not have standard way to encode keywords, so there are extensions necessary to store that information.
### <span id="dovecot">**Dovecot**</span>
@@ -148,7 +148,7 @@ The fully standard-compliant IMAP server.
Has efficient syncing and multimaster replication capability.
Up to 26 different keywords can be stored per-maildir using Maildir flags a-z.
-Their meaning is defined via `dovecot-keywords` file which is simple, well-defined text file which maps each letter to specifig tag/keyword.
+Their meaning is defined via `dovecot-keywords` file which is simple, well-defined text file which maps each letter to specific tag/keyword.
If more than 26 keywords appear in one Maildir then some of them are stored in [dovecot-specific](http://wiki.dovecot.org/Design/Indexes/MainIndex) [index files](http://wiki.dovecot.org/IndexFiles).
Dovecot's dsync will sync keywords into this format.
diff --git a/vimtips.mdwn b/vimtips.mdwn
index 4eacddc..d77ed92 100644
--- a/vimtips.mdwn
+++ b/vimtips.mdwn
@@ -28,7 +28,7 @@ Open vim and type
and press ENTER. Voila.
-Alternatively, you can invoce vim with the -c flag:
+Alternatively, you can invoke vim with the -c flag:
$ vim -c :Notmuch