From 3382421ee04a75a9dad0210dab0568a4305adccf Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 2 Nov 2023 11:15:52 +0000 Subject: [PATCH] Bug 19097: (follow-up) Fix typo 'altough' Signed-off-by: Nick Clemens --- C4/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 050d5090342..1145827d618 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -1169,7 +1169,7 @@ sub GetMarcSubfieldStructure { mappings, the former frameworkcode parameter is obsoleted. NOTE: There may be multiple mappings! In the first example above - you could miss the second mapping (altough only a few of these + you could miss the second mapping (although only a few of these will normally exist). Calling in scalar context has been deprecated as of 10/2023. -- 2.30.2