Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannon committed Jun 18, 2024
1 parent 6847c70 commit a557971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/js/popups.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) ) );
};
Expand Down
2 changes: 1 addition & 1 deletion includes/js/v_h_scrolls.js
Original file line number Diff line number Diff line change
@@ -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' );
Expand Down

0 comments on commit a557971

Please sign in to comment.