From 3b691fc0cad23949b80fbde75e54ea4604753541 Mon Sep 17 00:00:00 2001 From: Bruno Harger Alves Date: Fri, 8 Jun 2018 15:01:39 -0400 Subject: [PATCH] Typo on word assocaited -> associated --- .../LocationUpdatesService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocationUpdatesForegroundService/app/src/main/java/com/google/android/gms/location/sample/locationupdatesforegroundservice/LocationUpdatesService.java b/LocationUpdatesForegroundService/app/src/main/java/com/google/android/gms/location/sample/locationupdatesforegroundservice/LocationUpdatesService.java index a4ad0fb5..0678e298 100644 --- a/LocationUpdatesForegroundService/app/src/main/java/com/google/android/gms/location/sample/locationupdatesforegroundservice/LocationUpdatesService.java +++ b/LocationUpdatesForegroundService/app/src/main/java/com/google/android/gms/location/sample/locationupdatesforegroundservice/LocationUpdatesService.java @@ -57,7 +57,7 @@ * bound to this service, frequent location updates are permitted. When the activity is removed * from the foreground, the service promotes itself to a foreground service, and location updates * continue. When the activity comes back to the foreground, the foreground service stops, and the - * notification assocaited with that service is removed. + * notification associated with that service is removed. */ public class LocationUpdatesService extends Service {