Skip to content

Commit fa90ab4

Browse files
dschogitster
authored andcommitted
t3404: fix a grammo (commands are ran -> commands are run)
Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cd035b1 commit fa90ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3404-rebase-interactive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test_expect_success 'setup' '
6464
done
6565
'
6666

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
6868
# be non-POSIX. For example, if SHELL=zsh then ">file" doesn't work
6969
# to create a file. Unseting SHELL avoids such non-portable behavior
7070
# in tests.

0 commit comments

Comments
 (0)