From mboxrd@z Thu Jan 1 00:00:00 1970 From: jamie.couture at gmail.com (Jamie Couture) Date: Tue, 20 Mar 2012 21:07:56 -0400 Subject: [PATCH 7/8] correct usage of 'webinterface' In-Reply-To: <1332292077-9709-1-git-send-email-jamie.couture@gmail.com> References: <1332292077-9709-1-git-send-email-jamie.couture@gmail.com> Message-ID: <1332292077-9709-8-git-send-email-jamie.couture@gmail.com> should be two words Signed-off-by: Jamie Couture --- 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 -- 1.7.9.3