diff --git a/view/theme/frio/js/modal.js b/view/theme/frio/js/modal.js index 7cfc80476..f35469bd5 100644 --- a/view/theme/frio/js/modal.js +++ b/view/theme/frio/js/modal.js @@ -190,7 +190,7 @@ function loadModalTitle() { // Get the text of the first element with "heading" class. title = $("#modal-body .heading").first().html(); - // for event modals we need some speacial handling + // for event modals we need some special handling if ($("#modal-body .event-wrapper .event-summary").length) { title = ' '; var eventsum = $("#modal-body .event-wrapper .event-summary").html();