summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVincent Lefevre <vincent@vinc17.net>2020-12-01 21:36:06 +0100
committerVincent Lefevre <vincent@vinc17.net>2020-12-01 21:36:06 +0100
commit0a836cee274708a87739aace01507cd4d7f92823 (patch)
treea3ee5adc12ca9c40f623bb467e1751e8001f4263 /doc
parent20334587eac86b5c7753a908c16aa35c0d7762eb (diff)
Fix typos in the manual, found by codespell.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.xml.head4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.xml.head b/doc/manual.xml.head
index 53c94ed9..368504ae 100644
--- a/doc/manual.xml.head
+++ b/doc/manual.xml.head
@@ -2249,7 +2249,7 @@ parenthesis-enclosed expression will be evaluated as MuttLisp. See the
</para>
<example id="ex-rc-muttlisp">
-<title>Using MuttLisp expresions</title>
+<title>Using MuttLisp expressions</title>
<screen>
set signature = \
(if (equal $my_name "Kevin McCarthy") ~/kevin.sig ~/other.sig)
@@ -7547,7 +7547,7 @@ echo (not (equal one two))
<sect3 id="muttlisp-and">
<title>and</title>
<para>
- Returns the first argument that evalutes to the empty string.
+ Returns the first argument that evaluates to the empty string.
Otherwise returns the last argument, or "t" if there are no arguments.
</para>
<screen>