Fixed grammar

This commit is contained in:
Tim Visée 2015-11-01 22:37:48 +01:00
parent 5a6f6751a7
commit aae78fe9ef

View File

@ -113,9 +113,9 @@ public class SendMailSSL {
file.delete();
} catch (RuntimeException e) {
ConsoleLogger.showError("Some error occured while trying to send a email to " + mail);
ConsoleLogger.showError("Some error occurred while trying to send a email to " + mail);
} catch (Exception e) {
ConsoleLogger.showError("Some error occured while trying to send a email to " + mail);
ConsoleLogger.showError("Some error occurred while trying to send a email to " + mail);
}
}