From b692fc2066a6940a61237ae981fd36c3caac9094 Mon Sep 17 00:00:00 2001 From: Paul Derscheid Date: Mon, 9 Feb 2026 14:08:04 +0000 Subject: [PATCH] Bug 37707: (QA follow-up) Fix typo in comment Signed-off-by: Paul Derscheid --- koha-tmpl/intranet-tmpl/prog/js/modals/place_booking.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/modals/place_booking.js b/koha-tmpl/intranet-tmpl/prog/js/modals/place_booking.js index 9153ac3e003..4e43685d00e 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/modals/place_booking.js +++ b/koha-tmpl/intranet-tmpl/prog/js/modals/place_booking.js @@ -1542,7 +1542,7 @@ $("#placeBookingModal").on("show.bs.modal", function (e) { } } - // Work through all days in view and add classes appropraitely based on hovered date + // Work through all days in view and add classes appropriately based on hovered date periodPicker.calendarContainer .querySelectorAll(".flatpickr-day") .forEach(function (dayElem) { -- 2.39.5