From 2971cc91346ebcecc8d07daf5edd9b16cad4eac9 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 022ee25c44e1c..65f1316c1c869 100644 --- a/location/java/android/location/LocationManager.java +++ b/location/java/android/location/LocationManager.java @@ -66,7 +66,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: