aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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(){};