diff options
author | Alex Riesen <raa.lkml@gmail.com> | 2006-01-05 12:44:59 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-05 17:23:16 -0800 |
commit | b6ae5409ea446365c328561dc17311111058ec26 (patch) | |
tree | d428d9651638b2515dce6f9df71fbd3ed712381b /git-commit.sh | |
parent | 88fb958baa1066af23348c44a78b812be2344088 (diff) | |
download | git-b6ae5409ea446365c328561dc17311111058ec26.tar.gz git-b6ae5409ea446365c328561dc17311111058ec26.tar.xz |
trivial: typo in git-commit.sh
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-commit.sh')
-rwxr-xr-x | git-commit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-commit.sh b/git-commit.sh index 7e39c107c..82d743bd0 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" |