From: Jeff King Date: Sun, 9 Mar 2025 03:01:23 +0000 (-0500) Subject: t5702: fix typo in test name X-Git-Tag: v2.50.0-rc0~166^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09781e379bd72734adf7c3ac10a5cf25b50f803d;p=thirdparty%2Fgit.git t5702: fix typo in test name Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/t/t5702-protocol-v2.sh b/t/t5702-protocol-v2.sh index d3df81e785..cea8f92a3d 100755 --- a/t/t5702-protocol-v2.sh +++ b/t/t5702-protocol-v2.sh @@ -665,7 +665,7 @@ test_expect_success 'even with handcrafted request, filter does not work if not test-tool -C server serve-v2 --stateless-rpc /dev/null ' -test_expect_success 'default refspec is used to filter ref when fetchcing' ' +test_expect_success 'default refspec is used to filter ref when fetching' ' test_when_finished "rm -f log" && GIT_TRACE_PACKET="$(pwd)/log" git -C file_child -c protocol.version=2 \