[PATCH] For upstream: Header Cache spelling fixes
Hello TLR,
this is a spelling fix (as usual) against CVS HEAD. Please apply. It was
supplied by Cameron Simpson.
Thanks,
Thomas
diff -Nru a/init.h b/init.h
--- a/init.h 2005-03-01 10:38:02 +01:00
+++ b/init.h 2005-03-01 10:38:02 +01:00
@@ -1026,11 +1026,11 @@
{ "header_cache", DT_PATH, R_NONE, UL &HeaderCache, 0 },
/*
** .pp
- ** The header_cache variable points to the header cache database. If
- ** header_cache points to a directory there will be created one header cache
- ** database per folder within this directory. If it doesn't point to a
directory a
- ** global header cache for all folders is used. Per default it is unset and
so
- ** no header caching will be used.
+ ** 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.
*/
{ "header_cache_pagesize", DT_STR, R_NONE, UL &HeaderCachePageSize, UL
"16384" },
/*