Skip to content

Commit 050e0ef

Browse files
algonellgitster
authored andcommitted
t/perf: fix typos
Fix typos via codespell. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ca2746b commit 050e0ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

t/perf/p7527-builtin-fsmonitor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ test_expect_success "Setup borrowed repo (fsm+uc)" "
9595
# time is not useful.
9696
#
9797
# 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.
9999
#
100100
test_expect_success "Setup borrowed repo (temp ballast branch)" "
101101
test_might_fail git -C $REPO checkout $BALLAST_BR &&

t/perf/perf-lib.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ test_perf_ () {
282282
# Run the performance test script specified in perf-test with
283283
# optional prerequisite and setup steps.
284284
# Options:
285-
# --prereq prerequisites: Skip the test if prequisites aren't met
285+
# --prereq prerequisites: Skip the test if prerequisites aren't met
286286
# --setup "setup-steps": Run setup steps prior to each measured iteration
287287
#
288288
test_perf () {
@@ -309,7 +309,7 @@ test_size_ () {
309309
# prerequisites and setup steps. Returns the numeric value
310310
# returned by size-test.
311311
# Options:
312-
# --prereq prerequisites: Skip the test if prequisites aren't met
312+
# --prereq prerequisites: Skip the test if prerequisites aren't met
313313
# --setup "setup-steps": Run setup steps prior to the size measurement
314314

315315
test_size () {

0 commit comments

Comments
 (0)