From 7871495da05ea91a43e67edb48a358a4650085ed Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 15 Mar 2015 13:14:52 -0400 Subject: [PATCH] typo --- src/js/tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/tab.js b/src/js/tab.js index 57f415802..ccf2a5d8c 100644 --- a/src/js/tab.js +++ b/src/js/tab.js @@ -48,7 +48,7 @@ vAPI.tabs.onNavigation = function(details) { // The hostname of the bound document must always be present in the // mini-matrix. That's the best place I could find for the fix, all other // options had bad side-effects or complications. - // TODO: Evantually, we will have to use an API to check whether a scheme + // TODO: Eventually, we will have to use an API to check whether a scheme // is supported as I suspect we are going to start to see `ws`, `wss` // as well soon. if ( pageStore && details.url.lastIndexOf('http', 0) === 0 ) {