diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-09-15 16:32:23 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-15 16:33:22 -0700 |
commit | e598c5177e439271e8bd81ef2a689a3ab0db80e6 (patch) | |
tree | fb15cbe472ceeabd0e6fa9b9599cd22fa8ff7e0c /git-sh-setup.sh | |
parent | 7c8b5eaf225db0b6b502126fc16f8f6814c38d24 (diff) | |
download | git-e598c5177e439271e8bd81ef2a689a3ab0db80e6.tar.gz |
git-sh-setup: typofix in comments
Noticed by Anupam Srivastava.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-sh-setup.sh')
-rwxr-xr-x | git-sh-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-sh-setup.sh b/git-sh-setup.sh index 185c5c6c95..3c325fd133 100755 --- a/git-sh-setup.sh +++ b/git-sh-setup.sh @@ -6,7 +6,7 @@ # it dies. # Having this variable in your environment would break scripts because -# you would cause "cd" to be be taken to unexpected places. If you +# you would cause "cd" to be taken to unexpected places. If you # like CDPATH, define it for your interactive shell sessions without # exporting it. unset CDPATH |