From a557971cbac9892b4eb74021e877fc893efeb31c Mon Sep 17 00:00:00 2001 From: Bruce Bannon Date: Tue, 18 Jun 2024 15:01:40 -0600 Subject: [PATCH] spelling --- includes/js/popups.js | 2 +- includes/js/v_h_scrolls.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/js/popups.js b/includes/js/popups.js index 8c35070c2..39945343b 100644 --- a/includes/js/popups.js +++ b/includes/js/popups.js @@ -156,7 +156,7 @@ if( typeof document.getElementsBySelector == 'undefined' ) { return ( e.getAttribute( attrName ) == attrValue ); }; break; - case '~': // Match one of space seperated words. + case '~': // Match one of space separated words. checkFunction = function( e ) { return ( e.getAttribute( attrName ).match( new RegExp( '\\b'+attrValue+'\\b' ) ) ); }; diff --git a/includes/js/v_h_scrolls.js b/includes/js/v_h_scrolls.js index 72d301142..2f21065b2 100644 --- a/includes/js/v_h_scrolls.js +++ b/includes/js/v_h_scrolls.js @@ -1,4 +1,4 @@ -/* This function needs to be seperate for each page that has scrollers. +/* This function needs to be separate for each page that has scrollers. function start() { // Code each vertical scroller as follows: // startScroll( 'id of scroller div', 'scroll content' );