[PATCH 7/8] correct usage of 'webinterface'
Ferry Huberts
mailings at hupie.com
Wed Mar 21 08:17:10 CET 2012
On 21-03-12 02:07, Jamie Couture wrote:
> should be two words
>
> Signed-off-by: Jamie Couture<jamie.couture at gmail.com>
Reviewed-by: Ferry Huberts <ferry.huberts at pelagic.nl>
> ---
> 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
More information about the CGit
mailing list