diff --git a/android/src/main/java/com/jiguang/jpush/JPushPlugin.java b/android/src/main/java/com/jiguang/jpush/JPushPlugin.java index 7d594481..61fb6a51 100644 --- a/android/src/main/java/com/jiguang/jpush/JPushPlugin.java +++ b/android/src/main/java/com/jiguang/jpush/JPushPlugin.java @@ -171,7 +171,7 @@ public void scheduleCache() { List tempList = new ArrayList(); if (dartIsReady) { - // try to shedule notifcation cache + // try to schedule notification cache List> openNotificationCacheList = JPushPlugin.openNotificationCache; for (Map notification : openNotificationCacheList) { JPushPlugin.instance.channel.invokeMethod("onOpenNotification", notification);