From bae30682b896b26f177f83648bd58c77ba3480a8 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 16 Sep 2023 21:24:26 +0200 Subject: [PATCH] [ci skip] Update run-tests.php: Fix typo Closes GH-12225. --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index d6c84c667d1..e12912ca4aa 100755 --- a/run-tests.php +++ b/run-tests.php @@ -4178,7 +4178,7 @@ class DiffOutputBuilder } $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");