Merge pull request #220 from chrisperelstein/spelling-fix

Fix misspelling in exception notification.
here
Andreas Shimokawa 2016-02-02 10:22:30 +01:00
commit 703cbd1745
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 {