]> git.mxchange.org Git - friendica.git/commitdiff
spelling: special
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:26 +0000 (00:08 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
view/theme/frio/js/modal.js

index 7cfc804761a1201faeb972b4dfeb8deed0d3276d..f35469bd5b57d5fa6e530e5f5495186b17910d9b 100644 (file)
@@ -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 = '<i class="fa fa-calendar" aria-hidden="true"></i>&nbsp;';
                var eventsum = $("#modal-body .event-wrapper .event-summary").html();