t3404: fix a grammo (commands are ran -> commands are run)

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Johannes Schindelin committed Jun 29, 2016 at 16:31 UTC fa90ab4a4512858662b4d712a7b01cce970057ef
1 file changed +1 -1
t/t3404-rebase-interactive.sh
+1 -1
@@ -64,7 +64,7 @@ test_expect_success 'setup' '
64 done
65 '
66
67 -# "exec" commands are ran with the user shell by default, but this may
67 +# "exec" commands are run with the user shell by default, but this may
68 # be non-POSIX. For example, if SHELL=zsh then ">file" doesn't work
69 # to create a file. Unseting SHELL avoids such non-portable behavior
70 # in tests.