You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2012/08/24 03:10:41 UTC

[1/23] js commit: Spelling: retrieve

Updated Branches:
  refs/heads/master b58d6387c -> fed6a2917


Spelling: retrieve


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/7ab95121
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/7ab95121
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/7ab95121

Branch: refs/heads/master
Commit: 7ab951218a7392dd32e8b9b786b8fe4e51a68da4
Parents: a3bdb09
Author: Josh Soref <js...@rim.com>
Authored: Tue Aug 14 17:31:33 2012 -0400
Committer: Tim Kim <ti...@nitobi.com>
Committed: Thu Aug 23 17:56:45 2012 -0700

----------------------------------------------------------------------
 lib/common/plugin/accelerometer.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/7ab95121/lib/common/plugin/accelerometer.js
----------------------------------------------------------------------
diff --git a/lib/common/plugin/accelerometer.js b/lib/common/plugin/accelerometer.js
index 3f01b5d..d935058 100644
--- a/lib/common/plugin/accelerometer.js
+++ b/lib/common/plugin/accelerometer.js
@@ -126,7 +126,7 @@ var accelerometer = {
 
         if (running) {
             // If we're already running then immediately invoke the success callback
-            // but only if we have retreived a value, sample code does not check for null ...
+            // but only if we have retrieved a value, sample code does not check for null ...
             if(accel) {
                 successCallback(accel);
             }