summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2020-05-16 14:41:58 +0800
committerMartin Michlmayr <tbm@cyrius.com>2020-05-16 14:41:58 +0800
commit5d4ec51a9e126cfd9a70f044c45ba11dbf2e764f (patch)
treeb9c3ae14ff5221d41d6e6c5acaddb9ba1d0ae1ec /doc
parenta8824b55a92db49f86c8afc77ee942fcf9165833 (diff)
Fix typos
Diffstat (limited to 'doc')
-rw-r--r--doc/makedoc.pl2
-rw-r--r--doc/manual.xml.head6
-rw-r--r--doc/muttrc.man.head2
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/makedoc.pl b/doc/makedoc.pl
index e64d3c50..1ffbe621 100644
--- a/doc/makedoc.pl
+++ b/doc/makedoc.pl
@@ -31,7 +31,7 @@
# - \fB switches to boldface
# - \fC swtiches to a literal string
# - \fP switches to normal display
-# - .dl on a line starts a definition list (name taken taken from HTML).
+# - .dl on a line starts a definition list (name taken from HTML).
# - .dt starts a term in a definition list.
# - .dd starts a definition in a definition list.
# - .de on a line finishes a definition list.
diff --git a/doc/manual.xml.head b/doc/manual.xml.head
index a8ce77fe..652f85cb 100644
--- a/doc/manual.xml.head
+++ b/doc/manual.xml.head
@@ -3637,7 +3637,7 @@ address.
</para>
<para>
-Specify as much of the address as you need to to remove ambiguity. For
+Specify as much of the address as you need to remove ambiguity. For
example, if you've subscribed to the Mutt mailing list, you will receive
mail addressed to <literal>mutt-users@mutt.org</literal>. So, to tell
Mutt that this is a mailing list, you could add <literal>lists
@@ -9056,7 +9056,7 @@ account-hook smtp://user@host3/ 'set tunnel="ssh host3 /usr/libexec/smtpd"'
<para>
To manage multiple accounts with, for example, different values of <link
linkend="record">$record</link> or sender addresses, <link
-linkend="folder-hook"><command>folder-hook</command></link> has to be be
+linkend="folder-hook"><command>folder-hook</command></link> has to be
used together with the <link
linkend="mailboxes"><command>mailboxes</command></link> command.
</para>
@@ -10377,7 +10377,7 @@ reading/writing folders.
<para>
For example, when opening a maildir folder with a few thousand messages,
the default value for <link linkend="read-inc">$read_inc</link> may be
-too low. It can be tuned on on a folder-basis using <link
+too low. It can be tuned on a folder-basis using <link
linkend="folder-hook"><command>folder-hook</command>s</link>:
</para>
diff --git a/doc/muttrc.man.head b/doc/muttrc.man.head
index aab4b294..f6ed3fd3 100644
--- a/doc/muttrc.man.head
+++ b/doc/muttrc.man.head
@@ -424,7 +424,7 @@ Quadoption variables are used to control whether or not to be
prompted for certain actions, or to specify a default action. A
value of \fByes\fP will cause the action to be carried out automatically
as if you had answered yes to the question. Similarly, a value of
-\fBno\fP will cause the the action to be carried out as if you had
+\fBno\fP will cause the action to be carried out as if you had
answered \(lqno.\(rq A value of \fBask-yes\fP will cause a prompt
with a default answer of \(lqyes\(rq and \fBask-no\fP will provide a
default answer of \(lqno.\(rq