From: Alex Riesen Date: Thu, 5 Jan 2006 11:44:59 +0000 (+0100) Subject: trivial: typo in git-commit.sh X-Git-Tag: v1.0.7^2~15 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b6ae5409ea446365c328561dc17311111058ec26?ds=inline;hp=--cc trivial: typo in git-commit.sh Signed-off-by: Alex Riesen Signed-off-by: Junio C Hamano --- b6ae5409ea446365c328561dc17311111058ec26 diff --git a/git-commit.sh b/git-commit.sh index 7e39c107cf..82d743bd03 100755 --- a/git-commit.sh +++ b/git-commit.sh @@ -148,7 +148,7 @@ esac if [ -f "$GIT_DIR/MERGE_HEAD" ]; then echo "#" - echo "# It looks like your may be committing a MERGE." + echo "# It looks like you may be committing a MERGE." echo "# If this is not correct, please remove the file" echo "# $GIT_DIR/MERGE_HEAD" echo "# and try again"