t3404: fix a grammo (commands are ran -> commands are run)
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 29 Jun 2016 14:31:03 +0000 (16:31 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Jun 2016 19:43:44 +0000 (12:43 -0700)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3404-rebase-interactive.sh
index 67fe76173827fed4e165f52c6a3184162b825f56..84c3a624758e8e97f07cb0ce4c5fc8dd6ba4576b 100755 (executable)
@@ -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.