]> granicus.if.org Git - mutt/commitdiff
I found a small typo in the manual, specifically at this[1] URL.
authorSahil Tandon <sahil@brandeis.edu>
Wed, 18 Dec 2002 17:29:56 +0000 (17:29 +0000)
committerSahil Tandon <sahil@brandeis.edu>
Wed, 18 Dec 2002 17:29:56 +0000 (17:29 +0000)
The description of the smart_wrap variable reads: "Controls the
display of lines longer then the screen width in the internal
pager."  The word _then_ should be _than_ if I'm not mistaken.

init.h

diff --git a/init.h b/init.h
index 45d5b60890dc0e839e293c08cbe37ef3d9f0ed64..41eb2cf0aa951103dfabab2c731868e7711730b5 100644 (file)
--- a/init.h
+++ b/init.h
@@ -2206,7 +2206,7 @@ struct option_t MuttVars[] = {
   { "smart_wrap",      DT_BOOL, R_PAGER, OPTWRAP, 1 },
   /*
   ** .pp
-  ** Controls the display of lines longer then the screen width in the
+  ** Controls the display of lines longer than the screen width in the
   ** internal pager. If set, long lines are wrapped at a word boundary.  If
   ** unset, lines are simply wrapped at the screen edge. Also see the
   ** ``$$markers'' variable.