]> granicus.if.org Git - neomutt/commitdiff
Fix a typo. #1069.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 26 Feb 2002 10:39:25 +0000 (10:39 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 26 Feb 2002 10:39:25 +0000 (10:39 +0000)
init.h

diff --git a/init.h b/init.h
index fa1f65135362e9b874d2c158ad39a330469fac59..564ca1a505bfd0eb32ba6183e46233786a750c39 100644 (file)
--- a/init.h
+++ b/init.h
@@ -1672,7 +1672,7 @@ struct option_t MuttVars[] = {
   ** prefix'' operator.  If this variable is unset, when piping a list of
   ** tagged messages Mutt will concatenate the messages and will pipe them
   ** as a single folder.  When set, Mutt will pipe the messages one by one.
-  ** In both cases the the messages are piped in the current sorted order,
+  ** In both cases the messages are piped in the current sorted order,
   ** and the ``$$pipe_sep'' separator is added after each message.
   */
   { "pipe_decode",     DT_BOOL, R_NONE, OPTPIPEDECODE, 0 },