From e598c5177e439271e8bd81ef2a689a3ab0db80e6 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 15 Sep 2007 16:32:23 -0700 Subject: [PATCH] git-sh-setup: typofix in comments Noticed by Anupam Srivastava. Signed-off-by: Junio C Hamano --- git-sh-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT