You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/12/14 20:10:39 UTC

[2/4] spec commit: Spelling: should

Spelling: should

Signed-off-by: Shazron Abdullah <sh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/02945d7a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/02945d7a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/02945d7a

Branch: refs/heads/master
Commit: 02945d7a24d132d6b8808282ab184e566880746d
Parents: 47252d8
Author: Josh Soref <js...@rim.com>
Authored: Mon Sep 10 17:59:47 2012 -0400
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Dec 14 11:09:53 2012 -0800

----------------------------------------------------------------------
 autotest/tests/geolocation.tests.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/02945d7a/autotest/tests/geolocation.tests.js
----------------------------------------------------------------------
diff --git a/autotest/tests/geolocation.tests.js b/autotest/tests/geolocation.tests.js
index 0d65961..f2a7d0f 100644
--- a/autotest/tests/geolocation.tests.js
+++ b/autotest/tests/geolocation.tests.js
@@ -102,7 +102,7 @@ describe('Geolocation (navigator.geolocation)', function () {
                     });
                 });
 
-                waitsFor(function () { return fail.wasCalled; }, "fail never called", 250); // small timeout as this hsould fire very quickly
+                waitsFor(function () { return fail.wasCalled; }, "fail never called", 250); // small timeout as this should fire very quickly
 
                 runs(function () {
                     expect(win).not.toHaveBeenCalled();