From 72f2aba580b563e60a8bba894195d2631731c2c9 Mon Sep 17 00:00:00 2001
From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Date: Tue, 18 Apr 2023 12:36:17 +0000
Subject: [PATCH] Bug 32484: (QA follow-up) Few typos
Content-Type: text/plain; charset=utf-8

Test plan:
Run git grep "specifique key"
Run git grep "the fonction"

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
---
 Koha/UI/Form/Builder/Biblio.pm                                 | 2 +-
 authorities/authorities.pl                                     | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Koha/UI/Form/Builder/Biblio.pm b/Koha/UI/Form/Builder/Biblio.pm
index 7465eeffff..340b27b27d 100644
--- a/Koha/UI/Form/Builder/Biblio.pm
+++ b/Koha/UI/Form/Builder/Biblio.pm
@@ -76,7 +76,7 @@ sub generate_subfield_form {
     my $tagslib = $params->{tagslib};
     my $mandatory_z3950 = $params->{mandatory_z3950} // {};
 
-    my $index_subfield = $self->create_key(); # create a specifique key for each subfield
+    my $index_subfield = $self->create_key(); # create a specific key for each subfield
 
     # Apply optional framework default value when it is a new record,
     # or when editing as new (duplicating a record),
diff --git a/authorities/authorities.pl b/authorities/authorities.pl
index 501a012d24..bd20fd6374 100755
--- a/authorities/authorities.pl
+++ b/authorities/authorities.pl
@@ -102,7 +102,7 @@ builds the <input ...> entry for a subfield.
 sub create_input {
     my ( $tag, $subfield, $value, $index_tag, $rec, $authorised_values_sth, $cgi ) = @_;
 
-    my $index_subfield = CreateKey(); # create a specifique key for each subfield
+    my $index_subfield = CreateKey(); # create a specific key for each subfield
 
     # determine maximum length; 9999 bytes per ISO 2709 except for leader and MARC21 008
     my $max_length = 9999;
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
index 280b4db05b..763db32c8a 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
@@ -130,7 +130,7 @@
                 updateCosts();
             });
 
-            //We apply the fonction only for modify option
+            //We apply the function only for modify option
             [% IF ( quantityrec and not subscriptionid ) %]
                 [% IF ( acqcreate ) %]
                     $('#quantity').blur(function(){
-- 
2.30.2