<<< Date Index >>>     <<< Thread Index >>>

[PATCH] More hcache spelling fixes



Hello TLR,
more spelling fixes, please apply.

----- Forwarded message from René Clerc <rene@xxxxxxxx> -----

Subject: Re: [PATCH] For upstream: Header Cache spelling fixes

Hi Thomas,

I found some other spelling errors in the header_cache documentation.
Thanks for the good work on this, I can't live without it!

Regards,

René

Index: init.h
===================================================================
RCS file: /home/roessler/cvs/mutt/init.h,v
retrieving revision 3.68
diff -u -r3.68 init.h
--- init.h      1 Mar 2005 15:52:33 -0000       3.68
+++ init.h      4 Mar 2005 13:23:54 -0000
@@ -1029,15 +1029,15 @@
   ** The header_cache variable points to the header cache database.
   ** If header_cache points to a directory it will contain a header cache
   ** database  per folder. If header_cache points to a file that file will
-  ** be a single global header cache. By default it is unset and so no
-  ** header caching will be used.
+  ** be a single global header cache. By default it is unset so no header
+  ** caching will be used.
   */
   { "header_cache_pagesize", DT_STR, R_NONE, UL &HeaderCachePageSize, UL 
"16384" },
   /*
   ** .pp
-  ** Change the header cache database page size.  Too large or to small values
-  ** can waste space, memory, or CPU time. The default should be more or
-  ** less the best you can get. For details google after mutt header
+  ** Change the header cache database page size.  Too large or too small
+  ** values can waste space, memory, or CPU time. The default should be more
+  ** or less the best you can get. For details, google for mutt header
   ** cache (first hit).
   */
 #endif /* USE_HCACHE */