From eb56b0b0ab34f7532761136ee65011742351a0b8 Mon Sep 17 00:00:00 2001 From: Adrian Sieber Date: Wed, 13 Apr 2016 18:47:05 +0000 Subject: [PATCH] Fix typos --- lib/popcorn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );