summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-27 16:44:56 +0100
committerJoey Hess <joey@kodama.kitenet.net>2008-01-27 12:32:30 -0500
commite1168464d710a0ab4e11ee4735f68c4f1d67e6b9 (patch)
treea7c6fa02bfc0a13bb720332286e13351fbb5193b /init.d
parentc53fdd135853313d66eaffe79acef0d5d129f21e (diff)
Fix typo.
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/50vcs-pre-commit-hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/50vcs-pre-commit-hook b/init.d/50vcs-pre-commit-hook
index 33d0ae7..5c63254 100755
--- a/init.d/50vcs-pre-commit-hook
+++ b/init.d/50vcs-pre-commit-hook
@@ -5,7 +5,7 @@ case "$VCS" in
git)
if [ -x .git/hooks/pre-commit ]; then
if ! grep -q "etckeeper pre-commit" .git/hooks/pre-commit; then
- echo "etckeeper warning: .git/hooks/pre-commit needs to be manually modifed to run: etckeeper pre-commit `pwd`" >&2
+ echo "etckeeper warning: .git/hooks/pre-commit needs to be manually modified to run: etckeeper pre-commit `pwd`" >&2
fi
else
cat >.git/hooks/pre-commit <<EOF