From 55ed4914de69f30c1067bf1894b193f89dfd53b3 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Tue, 9 Jun 2009 12:12:39 -0500 Subject: [PATCH] Fix typo in Javadoc for LocationManager.GPS_PROVIDER --- location/java/android/location/LocationManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/location/java/android/location/LocationManager.java b/location/java/android/location/LocationManager.java index 86ea66f103cc0..ca16f1901f34e 100644 --- a/location/java/android/location/LocationManager.java +++ b/location/java/android/location/LocationManager.java @@ -68,7 +68,7 @@ public class LocationManager { * satellites. Depending on conditions, this provider may take a while to return * a location fix. * - * Requires the permission android.permissions.ACCESS_FINE_LOCATION. + * Requires the permission android.permission.ACCESS_FINE_LOCATION. * *

The extras Bundle for the GPS location provider can contain the * following key/value pairs: