From c141a292958b045bafb1571cbd253f1fe6811e14 Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 30 Sep 2015 09:35:24 -0400 Subject: [PATCH] comment grammar --- platform/firefox/vapi-client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/firefox/vapi-client.js b/platform/firefox/vapi-client.js index 07da7c84a..b8715e820 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(){};