]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t/perf: fix typos
authorAndrew Kreimer <algonell@gmail.com>
Thu, 10 Oct 2024 15:11:23 +0000 (18:11 +0300)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Oct 2024 20:31:13 +0000 (13:31 -0700)
Fix typos via codespell.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/p7527-builtin-fsmonitor.sh
t/perf/perf-lib.sh

index c3f9a4caa4caadca271982c2e9f872d977c3610b..90164327e82a01264a895d416f2d9b1985a17dd3 100755 (executable)
@@ -95,7 +95,7 @@ test_expect_success "Setup borrowed repo (fsm+uc)" "
 # time is not useful.
 #
 # Create a temp branch and do all work relative to it so that we don't
-# accidentially alter the real ballast branch.
+# accidentally alter the real ballast branch.
 #
 test_expect_success "Setup borrowed repo (temp ballast branch)" "
        test_might_fail git -C $REPO checkout $BALLAST_BR &&
index ab0c7634119282e6b2914f3ea50064b4daa92574..8ab6d9c469477a2caee3718782fe1eb284793284 100644 (file)
@@ -282,7 +282,7 @@ test_perf_ () {
 #      Run the performance test script specified in perf-test with
 #      optional prerequisite and setup steps.
 # Options:
-#      --prereq prerequisites: Skip the test if prequisites aren't met
+#      --prereq prerequisites: Skip the test if prerequisites aren't met
 #      --setup "setup-steps": Run setup steps prior to each measured iteration
 #
 test_perf () {
@@ -309,7 +309,7 @@ test_size_ () {
 #      prerequisites and setup steps. Returns the numeric value
 #      returned by size-test.
 # Options:
-#      --prereq prerequisites: Skip the test if prequisites aren't met
+#      --prereq prerequisites: Skip the test if prerequisites aren't met
 #      --setup "setup-steps": Run setup steps prior to the size measurement
 
 test_size () {