From f5964148d3d2c7ee93fa24186555b5f5df1fefbf Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 29 Mar 2023 14:02:47 +0000 Subject: [PATCH] Bug 29311: (QA follow-up) Fix an existing spelling typo Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 9b231d0d5b1949292d5367c700183f534463672d) Signed-off-by: Jacob O'Mara (cherry picked from commit 52056bf4ead513ffa2c17a43ab144fb8222bddeb) Signed-off-by: Lucas Gass --- opac/opac-suggestions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opac/opac-suggestions.pl b/opac/opac-suggestions.pl index cc4e921a7b..86cb4199e2 100755 --- a/opac/opac-suggestions.pl +++ b/opac/opac-suggestions.pl @@ -64,7 +64,7 @@ my $suggestion = { note => scalar $input->param('note'), }; -# If a spambot accidentally populates the 'negcap' field in the sugesstions form, then silently skip and return. +# If a spambot accidentally populates the 'negcap' field in the suggestions form, then silently skip and return. if ($negcaptcha ) { print $input->redirect("/cgi-bin/koha/opac-suggestions.pl"); exit; -- 2.39.2