From 23546b4ed27512a5dc76e2f2edcf8da37cab6d5d Mon Sep 17 00:00:00 2001 From: MaximilianGaedig <38767445+MaximilianGaedig@users.noreply.github.com> Date: Fri, 22 Nov 2019 13:36:09 +0100 Subject: [PATCH] Update PodsService.java --- OpenPods/app/src/main/java/com/dosse/airpods/PodsService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenPods/app/src/main/java/com/dosse/airpods/PodsService.java b/OpenPods/app/src/main/java/com/dosse/airpods/PodsService.java index 5a2a51f..b26b580 100644 --- a/OpenPods/app/src/main/java/com/dosse/airpods/PodsService.java +++ b/OpenPods/app/src/main/java/com/dosse/airpods/PodsService.java @@ -37,7 +37,7 @@ import java.util.List; /** * This is the class that does most of the work. It has 3 functions: * - Detect when AirPods are detected - * - Receive beacons from AirPods and decode them (easier said than done thanks do google's autism) + * - Receive beacons from AirPods and decode them (easier said than done thanks to google's autism) * - Display the notification with the status * */