From: Johannes Schindelin Date: Tue, 10 May 2016 14:05:58 +0000 (+0200) Subject: t3404: fix typo X-Git-Tag: v2.9.0-rc0~38^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=386aad5a933cf381f8f4cf5ab3d18cf1f5a7c528;p=thirdparty%2Fgit.git t3404: fix typo Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh index d96d0e4c9b..66348f11d1 100755 --- a/t/t3404-rebase-interactive.sh +++ b/t/t3404-rebase-interactive.sh @@ -62,7 +62,7 @@ test_expect_success 'setup' ' # "exec" commands are ran with the user shell by default, but this may # be non-POSIX. For example, if SHELL=zsh then ">file" doesn't work -# to create a file. Unseting SHELL avoids such non-portable behavior +# to create a file. Unsetting SHELL avoids such non-portable behavior # in tests. It must be exported for it to take effect where needed. SHELL= export SHELL