From 1e152581e6099ec5515ce16923288538e36ec16e Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Sun, 25 Oct 2015 11:21:43 +0100 Subject: [PATCH] Fixes a typo --- .../Plugins/NotificationsPlugin/NotificationsPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationsPlugin.java b/src/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationsPlugin.java index 41f36fa5..efa37d1b 100644 --- a/src/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationsPlugin.java +++ b/src/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationsPlugin.java @@ -360,7 +360,7 @@ public class NotificationsPlugin extends Plugin implements NotificationReceiver. return new String[]{NetworkPackage.PACKAGE_TYPE_NOTIFICATION}; } - //For compat with API<21, because lollipop changed they way to cancel notifications + //For compat with API<21, because lollipop changed the way to cancel notifications public static void cancelNotificationCompat(NotificationReceiver service, String compatKey) { if (Build.VERSION.SDK_INT >= 21) { service.cancelNotification(compatKey);