From d7f4b871e53f2a492802c66dec5c3e214efa535f Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 24 Oct 2015 09:37:43 -0400 Subject: [PATCH] typo in comment --- platform/chromium/vapi-background.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/platform/chromium/vapi-background.js b/platform/chromium/vapi-background.js index 8b22f89aa..52876f408 100644 --- a/platform/chromium/vapi-background.js +++ b/platform/chromium/vapi-background.js @@ -1014,9 +1014,10 @@ vAPI.punycodeURL = function(url) { // https://github.com/gorhill/uBlock/commit/43a5ed735b95a575a9339b6e71a1fcb27a99663b#commitcomment-13965030 // Not all Chromium-based browsers support managed storage. Merely testing or -// exception handling in this case does NOT work: I don't why. The extension -// on Opera ends up in a non-sensical state, whereas vAPI become undefined out -// of nowhere. So only solution left is to test explicitly for Opera. +// exception handling in this case does NOT work: I don't know why. The +// extension on Opera ends up in a non-sensical state, whereas vAPI become +// undefined out of nowhere. So only solution left is to test explicitly for +// Opera. vAPI.adminStorage = { getItem: (function() {