summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2015-07-17 07:21:00 +0000
committerLars Wendler <polynomial-c@gentoo.org>2015-07-17 07:21:00 +0000
commitd9e969e3cbdd2e3abcfcb4ee233f17bf5ec81eba (patch)
tree7a2d523081e28cec79aafd2a2f36227f50e171c3 /dev-vcs/git
parentVersion bump. Removed old (diff)
downloadgentoo-2-d9e969e3cbdd2e3abcfcb4ee233f17bf5ec81eba.tar.gz
gentoo-2-d9e969e3cbdd2e3abcfcb4ee233f17bf5ec81eba.tar.bz2
gentoo-2-d9e969e3cbdd2e3abcfcb4ee233f17bf5ec81eba.zip
Fixed typo in comment
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 981CA6FC)
Diffstat (limited to 'dev-vcs/git')
-rw-r--r--dev-vcs/git/ChangeLog5
-rw-r--r--dev-vcs/git/files/git-daemon.confd2
2 files changed, 5 insertions, 2 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog
index b3498d6ef4bc..8211f7fb6f72 100644
--- a/dev-vcs/git/ChangeLog
+++ b/dev-vcs/git/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/git
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.342 2015/07/17 07:15:00 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.343 2015/07/17 07:21:00 polynomial-c Exp $
+
+ 17 Jul 2015; Lars Wendler <polynomial-c@gentoo.org> files/git-daemon.confd:
+ Fixed typo in comment.
*git-2.4.6 (17 Jul 2015)
diff --git a/dev-vcs/git/files/git-daemon.confd b/dev-vcs/git/files/git-daemon.confd
index db77de5d3068..69b209ff18cc 100644
--- a/dev-vcs/git/files/git-daemon.confd
+++ b/dev-vcs/git/files/git-daemon.confd
@@ -13,7 +13,7 @@
GITDAEMON_OPTS="--syslog --base-path=/var/git"
# To run an anonymous git safely, the following user should be able to only
-# read your Git repositories. It should not able able to write to anywhere on
+# read your Git repositories. It should not be able to write to anywhere on
# your system, esp. not the repositories.
GIT_USER="nobody"
GIT_GROUP="nobody"