From 2e71f84bb74b0e49d03d8f1d3663b76d0906608f 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 --- 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 cdedea0aa6..2a540ba147 100755 --- a/opac/opac-suggestions.pl +++ b/opac/opac-suggestions.pl @@ -63,7 +63,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.30.2