Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorMarc Strapetz <marc.strapetz@syntevo.com>2022-01-05 02:17:04 +0300
committerJunio C Hamano <gitster@pobox.com>2022-01-05 02:51:35 +0300
commit8205b2ff366a03fb2d28757c822cfa3fc2e746ad (patch)
treedeaaa7f5fa68de65b8276b880aba53ee19a8bc6d /t/README
parentdcc0cd074f0c639a0df20461a301af6d45bd582e (diff)
t/README: fix typo
Signed-off-by: Marc Strapetz <marc.strapetz@syntevo.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/README')
-rw-r--r--t/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/README b/t/README
index 2353a4c5e1..f48e0542cd 100644
--- 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