]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t5702: fix typo in test name
authorJeff King <peff@peff.net>
Sun, 9 Mar 2025 03:01:23 +0000 (22:01 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Mar 2025 20:13:44 +0000 (13:13 -0700)
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5702-protocol-v2.sh

index d3df81e7852d7db2399ddfd7a1e85612f3353087..cea8f92a3da06580b45cbc2dca785f23cbc5fce0 100755 (executable)
@@ -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 <in >/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 \