Skip to content

Commit 2971cc9

Browse files
committed
Fix typo in Javadoc for LocationManager.GPS_PROVIDER
1 parent 9b90fd4 commit 2971cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

location/java/android/location/LocationManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class LocationManager {
6666
* satellites. Depending on conditions, this provider may take a while to return
6767
* a location fix.
6868
*
69-
* Requires the permission android.permissions.ACCESS_FINE_LOCATION.
69+
* Requires the permission android.permission.ACCESS_FINE_LOCATION.
7070
*
7171
* <p> The extras Bundle for the GPS location provider can contain the
7272
* following key/value pairs:

0 commit comments

Comments
 (0)