diff --git a/lib/popcorn.js b/lib/popcorn.js index 7b233516..191de715 100644 --- a/lib/popcorn.js +++ b/lib/popcorn.js @@ -2277,7 +2277,7 @@ } // clean any remaining references in the end index - // we do this seperate from the above check because they might not be in the same order + // we do this separate from the above check because they might not be in the same order if ( byEnd[ idx ] && byEnd[ idx ]._natives && byEnd[ idx ]._natives.type === name ) { byEnd.splice( idx, 1 );