Skip to content

Commit 634c42d

Browse files
stefanbellergitster
authored andcommitted
t9300-fast-import: fix typo in test description
Signed-off-by: Stefan Beller <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e6aaa39 commit 634c42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9300-fast-import.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2866,7 +2866,7 @@ test_expect_success 'S: notemodify with garbage after sha1 dataref must fail' '
28662866
#
28672867
# notemodify, mark in commit-ish
28682868
#
2869-
test_expect_success 'S: notemodify with garbarge after mark commit-ish must fail' '
2869+
test_expect_success 'S: notemodify with garbage after mark commit-ish must fail' '
28702870
test_must_fail git fast-import --import-marks=marks <<-EOF 2>err &&
28712871
commit refs/heads/Snotes
28722872
committer $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL> $GIT_COMMITTER_DATE

0 commit comments

Comments
 (0)