On 21-03-12 02:07, Jamie Couture wrote:
should be two words

Signed-off-by: Jamie Couture<[email protected]>

Reviewed-by: Ferry Huberts <[email protected]>
---
  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


_______________________________________________
cgit mailing list
[email protected]
http://hjemli.net/mailman/listinfo/cgit

Reply via email to