From: Tony Finch Date: Thu, 19 Mar 2015 15:39:53 +0000 (+0000) Subject: gitweb: fix typo in man page X-Git-Tag: v2.5.0-rc3~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=270f0a8cb2b3c00c5923844546c144c1233f9eb5;p=thirdparty%2Fgit.git gitweb: fix typo in man page Signed-off-by: Tony Finch Signed-off-by: Junio C Hamano --- diff --git a/Documentation/gitweb.conf.txt b/Documentation/gitweb.conf.txt index 952f503afb..12a0de17e8 100644 --- a/Documentation/gitweb.conf.txt +++ b/Documentation/gitweb.conf.txt @@ -487,7 +487,7 @@ By default it is set to (), i.e. an empty list. This means that gitweb would not try to create project URL (to fetch) from project name. $projects_list_group_categories:: - Whether to enables the grouping of projects by category on the project + Whether to enable the grouping of projects by category on the project list page. The category of a project is determined by the `$GIT_DIR/category` file or the `gitweb.category` variable in each repository's configuration. Disabled by default (set to 0).