Skip to content

Commit 09781e3

Browse files
peffgitster
authored andcommitted
t5702: fix typo in test name
Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 87a0bdb commit 09781e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5702-protocol-v2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ test_expect_success 'even with handcrafted request, filter does not work if not
665665
test-tool -C server serve-v2 --stateless-rpc <in >/dev/null
666666
'
667667

668-
test_expect_success 'default refspec is used to filter ref when fetchcing' '
668+
test_expect_success 'default refspec is used to filter ref when fetching' '
669669
test_when_finished "rm -f log" &&
670670
671671
GIT_TRACE_PACKET="$(pwd)/log" git -C file_child -c protocol.version=2 \

0 commit comments

Comments
 (0)