From mboxrd@z Thu Jan 1 00:00:00 1970 From: mailings at hupie.com (Ferry Huberts) Date: Wed, 21 Mar 2012 08:16:48 +0100 Subject: [PATCH 6/8] cgitrc.5.txt: correct a few typos In-Reply-To: <1332292077-9709-7-git-send-email-jamie.couture@gmail.com> References: <1332292077-9709-1-git-send-email-jamie.couture@gmail.com> <1332292077-9709-7-git-send-email-jamie.couture@gmail.com> Message-ID: <4F698060.6050508@hupie.com> On 21-03-12 02:07, Jamie Couture wrote: > Signed-off-by: Jamie Couture Reviewed-by: Ferry Huberts > --- > cgitrc.5.txt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/cgitrc.5.txt b/cgitrc.5.txt > index 517266b..36c9644 100644 > --- a/cgitrc.5.txt > +++ b/cgitrc.5.txt > @@ -249,7 +249,7 @@ nocache:: > value: "0". > > noplainemail:: > - If set to "1" showing full author email adresses will be disabled. > + If set to "1" showing full author email addresses will be disabled. > Default value: "0". > > noheader:: > @@ -524,7 +524,7 @@ environment variable will be unset. > MACRO EXPANSION > --------------- > The following cgitrc options supports a simple macro expansion feature, > -where tokens prefixed with "$" are replaced with the value of a similary > +where tokens prefixed with "$" are replaced with the value of a similarly > named environment variable: > > - cache-root > @@ -551,7 +551,7 @@ EXAMPLE CGITRC FILE > ------------------- > > .... > -# Enable caching of up to 1000 output entriess > +# Enable caching of up to 1000 output entries > cache-size=1000 > > -- Ferry Huberts