Git fork

t/perf: fix typos

Fix typos via codespell.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Andrew Kreimer and committed by
Junio C Hamano
050e0ef6 ca2746b7

+3 -3
+1 -1
t/perf/p7527-builtin-fsmonitor.sh
··· 95 95 # time is not useful. 96 96 # 97 97 # Create a temp branch and do all work relative to it so that we don't 98 - # accidentially alter the real ballast branch. 98 + # accidentally alter the real ballast branch. 99 99 # 100 100 test_expect_success "Setup borrowed repo (temp ballast branch)" " 101 101 test_might_fail git -C $REPO checkout $BALLAST_BR &&
+2 -2
t/perf/perf-lib.sh
··· 282 282 # Run the performance test script specified in perf-test with 283 283 # optional prerequisite and setup steps. 284 284 # Options: 285 - # --prereq prerequisites: Skip the test if prequisites aren't met 285 + # --prereq prerequisites: Skip the test if prerequisites aren't met 286 286 # --setup "setup-steps": Run setup steps prior to each measured iteration 287 287 # 288 288 test_perf () { ··· 309 309 # prerequisites and setup steps. Returns the numeric value 310 310 # returned by size-test. 311 311 # Options: 312 - # --prereq prerequisites: Skip the test if prequisites aren't met 312 + # --prereq prerequisites: Skip the test if prerequisites aren't met 313 313 # --setup "setup-steps": Run setup steps prior to the size measurement 314 314 315 315 test_size () {