From: Junio C Hamano Date: Sat, 15 Sep 2007 23:32:23 +0000 (-0700) Subject: git-sh-setup: typofix in comments X-Git-Tag: v1.5.3.2~17 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e598c5177e439271e8bd81ef2a689a3ab0db80e6;p=git-core%2Fgit.git git-sh-setup: typofix in comments Noticed by Anupam Srivastava. Signed-off-by: Junio C Hamano --- diff --git a/git-sh-setup.sh b/git-sh-setup.sh index 185c5c6c9..3c325fd13 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