aboutsummaryrefslogtreecommitdiffstats
path: root/platform/firefox
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-09-30 09:35:24 -0400
committergorhill <rhill@raymondhill.net>2015-09-30 09:35:24 -0400
commitc141a292958b045bafb1571cbd253f1fe6811e14 (patch)
tree57a34c3cb3dcff650ae986e671be4ade815ebbcd /platform/firefox
parent8d294869fe252b54c08a14fc9b94722c2ace56ef (diff)
downloaduBlock-c141a292958b045bafb1571cbd253f1fe6811e14.zip
uBlock-c141a292958b045bafb1571cbd253f1fe6811e14.tar.gz
uBlock-c141a292958b045bafb1571cbd253f1fe6811e14.tar.bz2
comment grammar
Diffstat (limited to 'platform/firefox')
-rw-r--r--platform/firefox/vapi-client.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/firefox/vapi-client.js b/platform/firefox/vapi-client.js
index 07da7c8..b8715e8 100644
--- a/platform/firefox/vapi-client.js
+++ b/platform/firefox/vapi-client.js
@@ -31,8 +31,8 @@
/******************************************************************************/
-// Not all sandbox are given an rpc function, so assign a dummy one it is
-// missing -- this avoids the need for constantly testing before use.
+// Not all sandboxes are given an rpc function, so assign a dummy one if it is
+// missing -- this avoids the need for testing before use.
self.rpc = self.rpc || function(){};