[PATCH 7/8] correct usage of 'webinterface'
Jamie Couture
jamie.couture at gmail.com
Wed Mar 21 02:07:56 CET 2012
should be two words
Signed-off-by: Jamie Couture <jamie.couture at gmail.com>
---
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
More information about the CGit
mailing list