mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-24 03:05:17 +01:00
Fixed grammar
This commit is contained in:
parent
5a6f6751a7
commit
aae78fe9ef
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user