]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t/README: fix typo
authorMarc Strapetz <marc.strapetz@syntevo.com>
Tue, 4 Jan 2022 23:17:04 +0000 (23:17 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Jan 2022 23:51:35 +0000 (15:51 -0800)
Signed-off-by: Marc Strapetz <marc.strapetz@syntevo.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/README

index 2353a4c5e136d331290c808bedf25500b98ca762..f48e0542cdc42ab12d9b46ffa6cee05d84431e46 100644 (file)
--- a/t/README
+++ b/t/README
@@ -466,7 +466,7 @@ explicitly providing repositories when accessing submodule objects is
 complete or needs to be abandoned for whatever reason (in which case the
 migrated codepaths still retain their performance benefits).
 
-GIT_TEST_REQUIRE_PREREQ=<list> allows specifying a space speparated list of
+GIT_TEST_REQUIRE_PREREQ=<list> allows specifying a space separated list of
 prereqs that are required to succeed. If a prereq in this list is triggered by
 a test and then fails then the whole test run will abort. This can help to make
 sure the expected tests are executed and not silently skipped when their