summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Johannes Schindelin <johannes.schindelin@gmx.de>2016-06-29 16:31:03 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-06-29 12:43:44 -0700
commitfa90ab4a4512858662b4d712a7b01cce970057ef (patch)
tree5948c3c2e2ea2a02fc45fbe06aa04fb1dc5f467e /t
parentrebase -i: add exec command to launch a shell command (diff)
downloadtgif-fa90ab4a4512858662b4d712a7b01cce970057ef.tar.xz
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>
Diffstat (limited to 't')
-rwxr-xr-xt/t3404-rebase-interactive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh
index 67fe761738..84c3a62475 100755
--- a/t/t3404-rebase-interactive.sh
+++ b/t/t3404-rebase-interactive.sh
@@ -64,7 +64,7 @@ test_expect_success 'setup' '
done
'
-# "exec" commands are ran with the user shell by default, but this may
+# "exec" commands are run 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
# in tests.