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/aa50cd60 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/aa50cd60 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/aa50cd60 Branch: refs/heads/master Commit: aa50cd60cf9821d848de1948b8c2cf3f96609ddb Parents: 86de70f Author: Josh Soref <jso...@rim.com> Authored: Tue Aug 14 17:31:33 2012 -0400 Committer: Anis Kadri <anis.ka...@gmail.com> Committed: Fri Aug 24 13:50:02 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/aa50cd60/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); }