Typo in an attribute name fixed.
http://code.google.com/p/gwt-mobile-webkit/source/detail?r=351
Modified:
/trunk/gwt-mobile-webkit/geolocation/geolocation/src/com/google/code/gwt/geolocation/client/Coordinates.java
=======================================
---
/trunk/gwt-mobile-webkit/geolocation/geolocation/src/com/google/code/gwt/geolocation/client/Coordinates.java
Tue Aug 11 15:56:41 2009
+++
/trunk/gwt-mobile-webkit/geolocation/geolocation/src/com/google/code/gwt/geolocation/client/Coordinates.java
Thu Mar 3 06:03:18 2011
@@ -90,7 +90,7 @@
* {@link #getAltitudeAccuracy()}.
*/
public final native boolean hasAltitudeAccuracy() /*-{
- return this.altitideAccuracy != null;
+ return this.altitudeAccuracy != null;
}-*/;
/**