diff options
author | gorhill <rhill@raymondhill.net> | 2015-09-30 09:35:24 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-09-30 09:35:24 -0400 |
commit | c141a292958b045bafb1571cbd253f1fe6811e14 (patch) | |
tree | 57a34c3cb3dcff650ae986e671be4ade815ebbcd /platform | |
parent | 8d294869fe252b54c08a14fc9b94722c2ace56ef (diff) | |
download | uBlock-c141a292958b045bafb1571cbd253f1fe6811e14.zip uBlock-c141a292958b045bafb1571cbd253f1fe6811e14.tar.gz uBlock-c141a292958b045bafb1571cbd253f1fe6811e14.tar.bz2 |
comment grammar
Diffstat (limited to 'platform')
-rw-r--r-- | platform/firefox/vapi-client.js | 4 |
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(){}; |