You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by br...@apache.org on 2013/07/08 23:00:23 UTC

[16/28] git commit: Spelling: project

Spelling: project


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/9127f3b2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/9127f3b2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/9127f3b2

Branch: refs/heads/master
Commit: 9127f3b267e97d3276a5e3ee5c0d5e5690c3ba3a
Parents: 90b94b5
Author: Josh Soref <js...@rim.com>
Authored: Tue Jun 18 16:41:01 2013 -0400
Committer: Josh Soref <js...@rim.com>
Committed: Tue Jun 18 19:03:35 2013 -0400

----------------------------------------------------------------------
 lib/client/platform/cordova/2.0.0/spec/events.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/9127f3b2/lib/client/platform/cordova/2.0.0/spec/events.js
----------------------------------------------------------------------
diff --git a/lib/client/platform/cordova/2.0.0/spec/events.js b/lib/client/platform/cordova/2.0.0/spec/events.js
index d134d3f..5cf3159 100644
--- a/lib/client/platform/cordova/2.0.0/spec/events.js
+++ b/lib/client/platform/cordova/2.0.0/spec/events.js
@@ -23,7 +23,7 @@ function _fires(name, data) {
         var win = ripple('emulatorBridge').window();
 
         if (!win.cordova) {
-            throw "You must have cordova.js included in your prjects, to be able to trigger events";
+            throw "You must have cordova.js included in your projects, to be able to trigger events";
         }
 
         win.cordova.fireDocumentEvent(name, data);