From e1168464d710a0ab4e11ee4735f68c4f1d67e6b9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 27 Jan 2008 16:44:56 +0100 Subject: Fix typo. --- init.d/50vcs-pre-commit-hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d') 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 <