From 41bc2de0af9ba1317e3ba24f1f7d31551d3e8402 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 31 Jan 2022 10:20:57 +0000 Subject: [PATCH] Bug 28832: (QA follow-up) Tiny comment spelling fix Signed-off-by: Martin Renvoize --- tools/batchMod.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/batchMod.pl b/tools/batchMod.pl index bf415c2ea7..04e865f2fb 100755 --- a/tools/batchMod.pl +++ b/tools/batchMod.pl @@ -130,7 +130,7 @@ if ($op eq "action") { splice(@searches,$i,1); splice(@replaces,$i,1); splice(@modifiers,$i,1); - $i--; # We made the arrays smaller - go back a step in interation + $i--; # We made the arrays smaller - go back a step in iteration } } -- 2.20.1