From mboxrd@z Thu Jan 1 00:00:00 1970 From: mailings at hupie.com (Ferry Huberts) Date: Wed, 21 Mar 2012 08:17:10 +0100 Subject: [PATCH 7/8] correct usage of 'webinterface' In-Reply-To: <1332292077-9709-8-git-send-email-jamie.couture@gmail.com> References: <1332292077-9709-1-git-send-email-jamie.couture@gmail.com> <1332292077-9709-8-git-send-email-jamie.couture@gmail.com> Message-ID: <4F698076.7010807@hupie.com> On 21-03-12 02:07, Jamie Couture wrote: > should be two words > > Signed-off-by: Jamie Couture Reviewed-by: Ferry Huberts > --- > cgit.c | 2 +- > cgitrc.5.txt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/cgit.c b/cgit.c > index b9b3a66..68ff50d 100644 > --- a/cgit.c > +++ b/cgit.c > @@ -351,7 +351,7 @@ static void prepare_context(struct cgit_context *ctx) > ctx->cfg.remove_suffix = 0; > ctx->cfg.robots = "index, nofollow"; > ctx->cfg.root_title = "Git repository browser"; > - ctx->cfg.root_desc = "a fast webinterface for the git dscm"; > + ctx->cfg.root_desc = "a fast web interface for the git dscm"; > ctx->cfg.scan_hidden_path = 0; > ctx->cfg.script_name = CGIT_SCRIPT_NAME; > ctx->cfg.section = ""; > diff --git a/cgitrc.5.txt b/cgitrc.5.txt > index 36c9644..b5852fc 100644 > --- a/cgitrc.5.txt > +++ b/cgitrc.5.txt > @@ -286,7 +286,7 @@ robots:: > > root-desc:: > Text printed below the heading on the repository index page. Default > - value: "a fast webinterface for the git dscm". > + value: "a fast web interface for the git dscm". > > root-readme:: > The content of the file specified with this option will be included -- Ferry Huberts