From 2c8f5064c8d9a79e9ac5de85276c81174890444c 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 Signed-off-by: Andrew Fuerste-Henry (cherry picked from commit f9d9e5302aa0ebd3949d8a9d39f0ef937605c4c4) Signed-off-by: Victor Grousset/tuxayo --- tools/batchMod.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/batchMod.pl b/tools/batchMod.pl index 09586fcbec..ad45a7300d 100755 --- a/tools/batchMod.pl +++ b/tools/batchMod.pl @@ -132,7 +132,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.39.5