From aae78fe9ef008c294e6093c4a71f2684eb89603e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Sun, 1 Nov 2015 22:37:48 +0100 Subject: [PATCH] Fixed grammar --- src/main/java/fr/xephi/authme/SendMailSSL.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/fr/xephi/authme/SendMailSSL.java b/src/main/java/fr/xephi/authme/SendMailSSL.java index baac1955..5bf44b52 100644 --- a/src/main/java/fr/xephi/authme/SendMailSSL.java +++ b/src/main/java/fr/xephi/authme/SendMailSSL.java @@ -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); } }