From 3841ab8a64c6e26f50fb90c25cf47095024e74d4 Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefankangas@gmail.com>
Date: Wed, 28 Dec 2022 13:26:04 +0100
Subject: [PATCH] Fix typos

---
 emacstips.mdwn                       | 2 +-
 manpages/notmuch-sexp-queries-7.mdwn | 4 ++--
 news/release-0.31.2.mdwn             | 2 +-
 news/release-0.35.mdwn               | 4 ++--
 news/release-0.36.mdwn               | 4 ++--
 nmbug/report.py.mdwn                 | 2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/emacstips.mdwn b/emacstips.mdwn
index 298017c..4eb8e80 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -295,7 +295,7 @@ wrong viewer is started or something else goes wrong, there's a good
 chance something needs to be adapted in the mailcap configuration.
 
 For Example: The `copiousoutput` setting in mailcap files needs to be
-removed for some mime-types to prevent immediate removal of tempory
+removed for some mime-types to prevent immediate removal of temporary
 files so the configured viewer can access them.
 
 
diff --git a/manpages/notmuch-sexp-queries-7.mdwn b/manpages/notmuch-sexp-queries-7.mdwn
index e6968ad..d375a86 100644
--- a/manpages/notmuch-sexp-queries-7.mdwn
+++ b/manpages/notmuch-sexp-queries-7.mdwn
@@ -266,7 +266,7 @@
 
 <h2>NOTES</h2>
 <pre>
-       [1]  Technically  macros  impliment  lazy evaluation and lexical scope.
+       [1]  Technically  macros  implement  lazy evaluation and lexical scope.
             There is one top level scope containing all macro definitions, but
             all parameter definitions are local to a given macro.
 
@@ -276,7 +276,7 @@
 
        [4]  a.k.a. boolean prefixes
 
-       [5]  Due  to the implemention of phrase fields in Xapian, regex queries
+       [5]  Due  to the implementation of phrase fields in Xapian, regex queries
             could only match individual words.
 
        [6]  Due the the way <b>body</b> is implemented in notmuch, this  modifier  is
diff --git a/news/release-0.31.2.mdwn b/news/release-0.31.2.mdwn
index 75aacba..e413325 100644
--- a/news/release-0.31.2.mdwn
+++ b/news/release-0.31.2.mdwn
@@ -6,5 +6,5 @@ Notmuch 0.31.2 (2020-11-08)
 Build
 -----
 
-Catch one more occurence of "version" in the build system, which
+Catch one more occurrence of "version" in the build system, which
 caused the file to be regenerated in the release tarball.
diff --git a/news/release-0.35.mdwn b/news/release-0.35.mdwn
index 38c8450..4b71415 100644
--- a/news/release-0.35.mdwn
+++ b/news/release-0.35.mdwn
@@ -20,7 +20,7 @@ Fix some small memory leaks in `notmuch_database_open_with_config`.
 CLI
 ---
 
-Improve handling of leading/trailing punctation and space for
+Improve handling of leading/trailing punctuation and space for
 configuration lists.
 
 Only ignore `.notmuch` at the top level in `notmuch new`.
@@ -39,7 +39,7 @@ lazily.
 Don't add space to completion candidates, improves compatibility with
 third party completion frameworks.
 
-Make citation formating more robust against whitespace.
+Make citation formatting more robust against whitespace.
 
 Use `--excludes=false` when generating the 'All tags' section.
 
diff --git a/news/release-0.36.mdwn b/news/release-0.36.mdwn
index 9cac4b0..6188c65 100644
--- a/news/release-0.36.mdwn
+++ b/news/release-0.36.mdwn
@@ -8,7 +8,7 @@ Library
 
 Add the `sexp` prefix to the infix (traditional) query parser. This
 allows specific subqueries to be parsed by the sexp parser (with
-appropropriate quoting). See `notmuch-search-terms(7)` for details.
+appropriate quoting). See `notmuch-search-terms(7)` for details.
 
 Add another heuristic to regexp fields to prevent phrase parsing of
 bracketed sub-expressions.
@@ -30,7 +30,7 @@ the database.
 Documentation
 -------------
 
-Reorganize documention for `notmuch-config`. Add a few links from
+Reorganize documentation for `notmuch-config`. Add a few links from
 other man pages.
 
 Emacs
diff --git a/nmbug/report.py.mdwn b/nmbug/report.py.mdwn
index 75a54ac..6f19a0a 100644
--- a/nmbug/report.py.mdwn
+++ b/nmbug/report.py.mdwn
@@ -40,7 +40,7 @@ last <span class="hl opt">= {}</span>
 
 <span class="hl kwa">print</span> <span class="hl str">'Generated: %s&lt;br&gt;'</span> <span class="hl opt">%</span> datetime<span class="hl opt">.</span>date<span class="hl opt">.</span><span class="hl kwd">today</span><span class="hl opt">()</span>
 
-<span class="hl kwa">print</span> <span class="hl str">'For more infomation see &lt;a href=&quot;https://notmuchmail.org/nmbug&quot;&gt;nmbug&lt;/a&gt;'</span>
+<span class="hl kwa">print</span> <span class="hl str">'For more information see &lt;a href=&quot;https://notmuchmail.org/nmbug&quot;&gt;nmbug&lt;/a&gt;'</span>
 
 <span class="hl kwa">print</span> <span class="hl str">'&lt;h3&gt;Query&lt;/h3&gt;'</span>
 <span class="hl kwa">print</span> QUERY
-- 
2.45.2