Re: [PATCH] t/README: fix typo
From: Marc Strapetz <hidden>
Date: 2022-01-05 18:50:59
Hi Dscho, On 05/01/2022 17:22, Johannes Schindelin wrote:
quoted
@@ -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 ofGood find! I'm curious, how did you find it? If it was a spell checker, did it also
I found it by plain reading :) as I had troubles to get a test working. > find the "dotsh" typo in the same file (it should be "dots", I think)? I wouldn't have noticed that, but I agree that it should be "test_name_without_dots". -Marc