From: Florian Zschocke Date: Fri, 16 Dec 2016 12:36:43 +0000 (+0100) Subject: Fix typo in defaults.properties. X-Git-Tag: r1.9.0~70 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=472b74324eb40fda5892fa4dfe3a35cd87e75a2a;p=gitblit.git Fix typo in defaults.properties. --- diff --git a/src/main/distrib/data/defaults.properties b/src/main/distrib/data/defaults.properties index 4b12ba24..9bb02482 100644 --- a/src/main/distrib/data/defaults.properties +++ b/src/main/distrib/data/defaults.properties @@ -301,7 +301,7 @@ git.defaultIncrementalPushTagPrefix = r # the repository should be created with 'git init --shared' to make sure that # it can be accessed e.g. via ssh (user git) and http (user www-data). # -# Valid values are the values available for the '--shared' option. The the manual +# Valid values are the values available for the '--shared' option. See the manual # page for 'git init' for more information on shared repositories. # # SINCE 1.4.0