From 4eaa2ecb7f883c9e5c159b254c1eb89faa91e479 Mon Sep 17 00:00:00 2001 From: Soonil Nagarkar Date: Wed, 16 Oct 2019 17:50:04 -0700 Subject: Fix typo Test: n/a Change-Id: I1023daa59fbee38af8d7b8f9636fff6136894582 --- location/java/android/location/LocationManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'location/java/android') diff --git a/location/java/android/location/LocationManager.java b/location/java/android/location/LocationManager.java index 70bfb5428d3c..987947b93060 100644 --- a/location/java/android/location/LocationManager.java +++ b/location/java/android/location/LocationManager.java @@ -1971,7 +1971,7 @@ public class LocationManager { public void removeGpsMeasurementListener(GpsMeasurementsEvent.Listener listener) {} /** - * Registers a GPS Measurement callback which will run on a binder threadS. + * Registers a GPS Measurement callback which will run on a binder thread. * * @param callback a {@link GnssMeasurementsEvent.Callback} object to register. * @return {@code true} if the callback was added successfully, {@code false} otherwise. -- cgit v1.2.3-59-g8ed1b