]> git.notmuchmail.org Git - notmuch-wiki/commitdiff
Fix typo
authorMartin Michlmayr <tbm@cyrius.com>
Sat, 14 Apr 2018 07:25:24 +0000 (09:25 +0200)
committerMartin Michlmayr <tbm@cyrius.com>
Sat, 14 Apr 2018 07:25:24 +0000 (09:25 +0200)
emacstips.mdwn
howto.mdwn
remoteusage/124.mdwn

index 4999cdb8ca094739141d7cdd4cffd7ec3115d300..083746e5029b8eb9c91dc6e24f1185a13a19c9f1 100644 (file)
@@ -372,7 +372,7 @@ available:
             cc -o addrlookup addrlookup.c `pkg-config --cflags --libs gobject-2.0` -lnotmuch
 
   * Shell/fgrep/perl combination [nottoomuch-addresses.sh](https://github.com/domo141/nottoomuch/blob/master/nottoomuch-addresses.rst).
-    This tools maintains it's own address "database" gathered from email
+    This tools maintains its own address "database" gathered from email
     files notmuch knows and search from that "database" is done by `fgrep(1)`.
 
   * python/sqlite combination [notmuch-abook](https://github.com/guyzmo/notmuch-abook/)
index 9d029d8a000e6a3e524f218cad79d2214fa1d197..a37149dc546aa1f4fee587e41e5a15d7e3164471 100644 (file)
@@ -12,7 +12,7 @@ Notmuch does not fetch mail for you.  For that, you need to use an
 external mail syncing utility.  Some recommended utilities are listed
 below.
 
-Notmuch requires that every individual message be in it's own file.
+Notmuch requires that every individual message be in its own file.
 The well-supported [maildir](http://cr.yp.to/proto/maildir.html) or
 "mh"-style storage formats are compatible with notmuch.  Basically any
 setup in which each mail is in a file of its own will work.  The older
index d7da3f78a249f3e3b98ca48ba0cd8be5efcd7866..9a4fd45d2e0b0bf83f9dcb99799d025082fb9c5e 100644 (file)
@@ -70,7 +70,7 @@ Write the following code to a file, for example `remote-notmuch.sh`.
 
 Note the `0.1` in ssh command line. It is used to avoid any opportunistic
 behaviour ssh might do; for example if control socket is not alive ssh
-would attempt to do it's own ssh connection to remote ssh server. As
+would attempt to do its own ssh connection to remote ssh server. As
 address `0.1` is invalid this attempt will fail early.
 
 ## Test