Fix misspelling in exception notification.

here
Chris Perelstein 2016-02-01 22:05:49 -05:00
parent cc64bcf03c
commit 60c7e9f6f6
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class K9Receiver extends BroadcastReceiver {
e.printStackTrace();
notificationSpec.sender = "Gadgetbridge";
notificationSpec.subject = "Permission Error?";
notificationSpec.body = "Please reinstall Gadgerbridge to enable K-9 Mail notifications";
notificationSpec.body = "Please reinstall Gadgetbridge to enable K-9 Mail notifications";
}
try {