diff --git a/run-tests.php b/run-tests.php index d6c84c667d124..e12912ca4aa71 100755 --- a/run-tests.php +++ b/run-tests.php @@ -4178,7 +4178,7 @@ public function getDiff(array $diffs): string } $next++; } - // Found no more differenciating rows, we're done + // Found no more differentiating rows, we're done if ($next === count($diffs)) { if (($i - 1) < count($diffs)) { fwrite($buffer, "--\n");