summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-07-25 16:08:03 -0700
committerKevin McCarthy <kevin@8t8.us>2020-07-25 16:13:22 -0700
commit317abd8fd800d92fd3956d8e1475c2a6aa47e75c (patch)
tree6317f0f3966264955c339d020881e07469ac5f5a /doc
parent9ab12e1e4b7222732744dcb98a3e203a5e9ce0c8 (diff)
Fix a few typos in the manual.
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 b395fe7a..feabe2a5 100644
--- a/doc/manual.xml.head
+++ b/doc/manual.xml.head
@@ -7369,7 +7369,7 @@ macro index ,a "&lt;save-message&gt;=archive&lt;enter&gt;&lt;enter-command&gt;ec
</cmdsynopsis>
<para>
- The <literal>run</literal> command evaulates the MuttLisp argument.
+ The <literal>run</literal> command evaluates the MuttLisp argument.
The output of the MuttLisp is then executed as a
Mutt command, as if it were typed in the muttrc instead.
</para>
@@ -7615,7 +7615,7 @@ macro index i '&lt;enter-command&gt;set index_format = \
&lt;enter&gt;'
</screen>
<para>
- It's important to rememember that function arguments are
+ It's important to remember that function arguments are
evaluated, but the result is not. Also, the result of an
interpolated command argument is used directly, and needs no
quoting.