From 0a29e7614e08f201ff7c98475dbc683b9fc73cd1 Mon Sep 17 00:00:00 2001 From: Rahul Date: Tue, 18 Aug 2015 15:12:24 -0700 Subject: [PATCH] Correct double negative Was this intentional? If so, I don't get it --- packages/meteor/startup_client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/meteor/startup_client.js b/packages/meteor/startup_client.js index 755172c2b3..16cc0bf507 100644 --- a/packages/meteor/startup_client.js +++ b/packages/meteor/startup_client.js @@ -16,7 +16,7 @@ var ready = function() { // Cordova indicates that all the cordova plugins files have been loaded // and plugins are ready to be used when the "deviceready" callback // fires. Even though we wait for the "deviceready" event, plugins - // have been observed to still not be not ready (likely a Cordova bug). + // have been observed to still not be ready (likely a Cordova bug). // We check the availability of the Cordova-Update plugin (the only // plugin that we always include for sure) and retry a bit later if it // is nowhere to be found. Experiments have found that either all