From b041c319ef239a29957812cae3e9ec9ad35d1203 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 Signed-off-by: Martin Renvoize --- C4/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index dd109f3f10c..7120d136db2 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -1177,7 +1177,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.44.0