OSDN Git Service

git-sh-setup: typofix in comments
authorJunio C Hamano <gitster@pobox.com>
Sat, 15 Sep 2007 23:32:23 +0000 (16:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 15 Sep 2007 23:33:22 +0000 (16:33 -0700)
Noticed by Anupam Srivastava.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-sh-setup.sh

index 185c5c6..3c325fd 100755 (executable)
@@ -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