Skip to content

Commit bae3068

Browse files
cclaussnielsdos
authored andcommitted
[ci skip] Update run-tests.php: Fix typo
Closes GH-12225.
1 parent fad0e4f commit bae3068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4178,7 +4178,7 @@ public function getDiff(array $diffs): string
41784178
}
41794179
$next++;
41804180
}
4181-
// Found no more differenciating rows, we're done
4181+
// Found no more differentiating rows, we're done
41824182
if ($next === count($diffs)) {
41834183
if (($i - 1) < count($diffs)) {
41844184
fwrite($buffer, "--\n");

0 commit comments

Comments
 (0)